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


IMaplexPlacedLabel.CharacterWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.CharacterWidth Property
ArcGIS Developer Help

IMaplexPlacedLabel.CharacterWidth Property

The character width of the placed label.

[Visual Basic .NET]
Public Property CharacterWidth As Double
[C#]
public double CharacterWidth {get; set;}
[C++]
HRESULT get_CharacterWidth(
  System.Double* width
);
[C++]
HRESULT put_CharacterWidth(
  double width
);
[C++]
Parameters
width [out, retval]

width is a parameter of type double* width [in]
width is a parameter of type double

Product Availability

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

See Also

IMaplexPlacedLabel Interface