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.