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


IText3DElement.Height Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.Height Property

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

Product Availability

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

See Also

IText3DElement Interface