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