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