The symbol at the index position.
[Visual Basic .NET] Public Function get_Symbol ( _ ByVal index As Integer _ ) As ISymbol
[Visual Basic .NET] Public Sub set_Symbol ( _ ByVal index As Integer, _ ByVal Symbol As ISymbol _ )
[C#] public ISymbol get_Symbol ( int index );
[C#] public void set_Symbol ( int index, ISymbol Symbol );
[C++]
HRESULT get_Symbol(
long index,
ISymbol** Symbol
);
[C++]
HRESULT putref_Symbol(
long index,
ISymbol* Symbol
);
[C++]Parameters
index [in] index is a parameter of type long Symbol [out, retval]Symbol is a parameter of type ISymbol
index [in] index is a parameter of type long Symbol [in]Symbol is a parameter of type ISymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.