This document is archived and information here might be outdated.  Recommended version.


ISymbolArray.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolArray Interface > ISymbolArray.Symbol Property
ArcGIS Developer Help

ISymbolArray.Symbol Property

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.

See Also

ISymbolArray Interface