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


IPlacedObject3.LabelHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.LabelHeight Property
ArcGIS Developer Help

IPlacedObject3.LabelHeight Property

Height of the label.

[Visual Basic .NET]
Public ReadOnly Property LabelHeight As Double
[C#]
public double LabelHeight {get;}
[C++]
HRESULT get_LabelHeight(
  System.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

IPlacedObject3 Interface