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


ISymbolCollectionElement.CharacterWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.CharacterWidth Property
ArcGIS Developer Help

ISymbolCollectionElement.CharacterWidth Property

The character width.

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

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

Product Availability

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

See Also

ISymbolCollectionElement Interface