ArcObjects Library Reference (3DAnalyst)  

IMarker3DPlacement.Depth Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMarker3DPlacement Interface