ArcObjects Library Reference (DefenseSolutions)  

IGraphicGroup.HullBufferDistance Property

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

[Visual Basic .NET]
Public Property HullBufferDistance As Double
[C#]
public double HullBufferDistance {get; set;}
[C++]
HRESULT get_HullBufferDistance(
  double* Distance
);
[C++]
HRESULT put_HullBufferDistance(
  double Distance
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicGroup Interface