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


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

IMaplexOverposterLayerProperties4.PreferLabelNearMapBorderClearance Property

Indicates the preferred clearance for placing a line label near the map border.

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

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties4 Interface