Indicates whether the graphic is currently stacked.
[Visual Basic .NET] Public Property IsStacked As Boolean
[C#] public bool IsStacked {get; set;}
[C++]
HRESULT get_IsStacked(
VARIANT_BOOL* pIsStacked
);
[C++]
HRESULT put_IsStacked(
VARIANT_BOOL pIsStacked
);
[C++]Parameters
pIsStacked [out, retval] pIsStacked is a parameter of type VARIANT_BOOL pIsStacked [in] pIsStacked is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.