This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.Height Property (ArcObjects .NET 10.4 SDK) |
The height of text in world units.
[Visual Basic .NET] Public Property Height As Double
[C#] public double Height {get; set;}
[C++]
HRESULT get_Height(
double* pHeight
);
[C++]
HRESULT put_Height(
double pHeight
);
[C++]
Parameters pHeight [out, retval] pHeight is a parameter of type double pHeight [in] pHeight is a parameter of type double