This document is archived and information here might be outdated.  Recommended version.


IText3DElement.Depth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.Depth Property
ArcGIS Developer Help

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(
  System.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