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


IText3DElement.Height 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.Height Property
ArcGIS Developer Help

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