This document is archived and information here might be outdated.  Recommended version.


ISymbolArray.SymbolCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolArray Interface > ISymbolArray.SymbolCount Property
ArcGIS Developer Help

ISymbolArray.SymbolCount Property

The number of symbols.

[Visual Basic .NET]
Public ReadOnly Property SymbolCount As Integer
[C#]
public int SymbolCount {get;}
[C++]
HRESULT get_SymbolCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISymbolArray Interface