This document is archived and information here might be outdated. Recommended version. |
The depth value.
[Visual Basic .NET]
Public Property Depth As Double
[C#]
public double Depth {get; set;}
[C++]
HRESULT get_Depth(
System.Double* Depth
);
[C++]
HRESULT put_Depth(
double Depth
);
[C++] Parameters Depth [out, retval]
Depth is a parameter of type double* Depth [in]
Depth is a parameter of type double