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


IMaplexOverposterLayerProperties.SecondaryOffset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.SecondaryOffset Property

Secondary offset between label and symbol.

[Visual Basic .NET]
Public Property SecondaryOffset As Double
[C#]
public double SecondaryOffset {get; set;}
[C++]
HRESULT get_SecondaryOffset(
  System.Double* Offset
);
[C++]
HRESULT put_SecondaryOffset(
  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

IMaplexOverposterLayerProperties Interface