This document is archived and information here might be outdated. Recommended version. |
Returns the item at the specified index in the SymbologyStyleClass.
[Visual Basic .NET] Public Function GetItem ( _ ByVal index As Integer _ ) As IStyleGalleryItem
[C#] public IStyleGalleryItem GetItem ( int index );
[C++]
HRESULT GetItem(
long index
);
[C++] Parameters index [in]
index is a parameter of type long
Returns the item at the specified index in the SymbologyStyleClass. Typically the item is a ServerStyleGalleryItem .
1023 800a03ff: The specified index is out of range