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


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

IPlacedObject2.LabelWidth Property

Width of the label.

[Visual Basic .NET]
Public ReadOnly Property LabelWidth As Double
[C#]
public double LabelWidth {get;}
[C++]
HRESULT get_LabelWidth(
  System.Double* Width
);
[C++]
Parameters
Width [out, retval]

Width is a parameter of type double*

Product Availability

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

See Also

IPlacedObject2 Interface