ArcObjects Library Reference (Carto)  

IText3DElement.Depth Property

The depth of text in world units.

[Visual Basic .NET]
Public Property Depth As Double
[C#]
public double Depth {get; set;}
[C++]
HRESULT get_Depth(
  double* pDepth
);
[C++]
HRESULT put_Depth(
  double pDepth
);
[C++]

Parameters

pDepth [out, retval]   pDepth is a parameter of type double pDepth [in]   pDepth is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IText3DElement Interface