ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties4.PreferLabelNearJunctionClearance Property

Indicates the preferred clearance for placing a line label near a junction.

[Visual Basic .NET]
Public Property PreferLabelNearJunctionClearance As Double
[C#]
public double PreferLabelNearJunctionClearance {get; set;}
[C++]
HRESULT get_PreferLabelNearJunctionClearance(
  double* Value
);
[C++]
HRESULT put_PreferLabelNearJunctionClearance(
  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