This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.Depth Property (ArcObjects .NET 10.4 SDK) |
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