This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.Depth Property (ArcObjects .NET 10.4 SDK) |
The depth value.
[Visual Basic .NET] Public Property Depth As Double
[C#] public double Depth {get; set;}
[C++]
HRESULT get_Depth(
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