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


ISymbolCollectionElement.CharacterSpacing 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.CharacterSpacing Property
ArcGIS Developer Help

ISymbolCollectionElement.CharacterSpacing Property

The character spacing.

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

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

Product Availability

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

See Also

ISymbolCollectionElement Interface