ArcObjects Library Reference (Display)  

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(
  long* 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) (Code Files: clsGxStyleGallery)

.NET Related Topics

DisplayUI