ArcObjects Library Reference (DefenseSolutions)  

ILeaderingProperties.LeaderHullBuffer Property

The buffer distance applied to hulls drawn around the locations of leadered graphics.

[Visual Basic .NET]
Public Property LeaderHullBuffer As Double
[C#]
public double LeaderHullBuffer {get; set;}
[C++]
HRESULT get_LeaderHullBuffer(
  double* HullBuffer
);
[C++]
HRESULT put_LeaderHullBuffer(
  double HullBuffer
);
[C++]

Parameters

HullBuffer [out, retval]   HullBuffer is a parameter of type double HullBuffer [in]   HullBuffer is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILeaderingProperties Interface