Indicates whether a hull should be drawn around the locations of the grouped graphics.
[Visual Basic .NET] Public Property ShouldDrawHull As Boolean
[C#] public bool ShouldDrawHull {get; set;}
[C++]
HRESULT get_ShouldDrawHull(
VARIANT_BOOL* ShouldDrawHull
);
[C++]
HRESULT put_ShouldDrawHull(
VARIANT_BOOL ShouldDrawHull
);
[C++]Parameters
ShouldDrawHull [out, retval] ShouldDrawHull is a parameter of type VARIANT_BOOL ShouldDrawHull [in] ShouldDrawHull is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.