This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolArray Interface > ISymbolArray.Symbol Property (ArcObjects .NET 10.4 SDK) |
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