This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGallery Interface > IStyleGallery.Class Property (ArcObjects .NET 10.4 SDK) |
The class at the given index.
[Visual Basic .NET] Public Function get_Class ( _ ByVal index As Integer _ ) As IStyleGalleryClass
[C#] public IStyleGalleryClass get_Class ( int index );
[C++]
HRESULT get_Class(
long index,
IStyleGalleryClass** styleClass
);
[C++]
Parameters index [in] index is a parameter of type long styleClass [out, retval]
styleClass is a parameter of type IStyleGalleryClass
Returns the Class at the given index. Class is the item category within the Style file (e.g. "Colors" and "Marker Symbols").