ArcObjects Library Reference (Carto)  

IPlacedObject2.LabelHeight Property

Height of the label.

[Visual Basic .NET]
Public ReadOnly Property LabelHeight As Double
[C#]
public double LabelHeight {get;}
[C++]
HRESULT get_LabelHeight(
  double* Height
);
[C++]

Parameters

Height [out, retval]   Height is a parameter of type double

Product Availability

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

See Also

IPlacedObject2 Interface