This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyStyleClass Interface > ISymbologyStyleClass.GetItem Method (ArcObjects .NET 10.5 SDK) |
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,
IStyleGalleryItem** StyleItem
);
[C++]
Parameters index [in] index is a parameter of type long StyleItem [out, retval]
StyleItem is a parameter of type IStyleGalleryItem
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