ArcObjects Library Reference (DefenseSolutions)  

IStackingProperties.StackHullBuffer Property

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

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

IStackingProperties Interface