ArcObjects Library Reference (DefenseSolutions)  

IStackable.IsStackable Property

Indicates whether the graphic is currently stackable.

[Visual Basic .NET]
Public Property IsStackable As Boolean
[C#]
public bool IsStackable {get; set;}
[C++]
HRESULT get_IsStackable(
  VARIANT_BOOL* pIsStackable
);
[C++]
HRESULT put_IsStackable(
  VARIANT_BOOL pIsStackable
);
[C++]

Parameters

pIsStackable [out, retval]   pIsStackable is a parameter of type VARIANT_BOOL pIsStackable [in]   pIsStackable is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IStackable Interface