NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataWriter.Depth

[To be supplied.]

[Visual Basic]
Property Depth As Integer
[C#]
int Depth {get; set;}
[C++]
int get_Depth() = 0;void set_Depth(int) = 0;
[JScript]
abstract function get Depth() : int;
public abstract function set Depth(int);

See Also

IDataWriter Interface | IDataWriter Members | System.Data Namespace