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


ISymbolCollection.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 > ISymbolCollection Interface > ISymbolCollection.Symbol Property
ArcGIS Developer Help

ISymbolCollection.Symbol Property

The symbol associated with the symbolID.

[Visual Basic .NET]
Public Function get_Symbol ( _
    ByVal symbolID As Integer _
) As ISymbol
[Visual Basic .NET]
Public Sub set_Symbol ( _
    ByVal symbolID As Integer, _
    ByVal Symbol As ISymbol _
)
[C#]
public ISymbol get_Symbol (
    int symbolID
);
[C#]
public void set_Symbol (
    int symbolID,
    ISymbol Symbol
);
[C++]
HRESULT get_Symbol(
  long symbolID,
  ISymbol** Symbol
);
[C++]
HRESULT putref_Symbol(
  long symbolID,
  ISymbol* Symbol
);
[C++]
Parameters
symbolID [in]

symbolID is a parameter of type long Symbol [out, retval]
Symbol is a parameter of type ISymbol** symbolID [in]
symbolID 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

ISymbolCollection Interface