ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack.StackCount Property

The method returns the number of stackable cached graphics in the stack.

[Visual Basic .NET]
Public ReadOnly Property StackCount As Integer
[C#]
public int StackCount {get;}
[C++]
HRESULT get_StackCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicStack Interface