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


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

IStyleGallery.ClassCount Property

Number of classes in the Style Gallery.

[Visual Basic .NET]
Public ReadOnly Property ClassCount As Integer
[C#]
public int ClassCount {get;}
[C++]
HRESULT get_ClassCount(
  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.

Description

Returns the number of classes, item types, associated with the current IStyleGallery object.

See Also

IStyleGallery Interface

.NET Samples

Custom Root Object (Style Gallery)