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


IMaplexOverposterLayerProperties.MaximumWordSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.MaximumWordSpacing Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties.MaximumWordSpacing Property

The word spacing may be increased upto this limit.

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

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface