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


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

IMaplexOverposterLayerProperties2.SecondaryOffsetMaximum Property

The maximum offset associated with a secondary label position.

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

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface