Symbol associated with the specified value.
[Visual Basic .NET] Public Function get_Symbol ( _ ByVal Value As String _ ) As ISymbol
[Visual Basic .NET] Public Sub set_Symbol ( _ ByVal Value As String, _ ByVal pVal As ISymbol _ )
[C#] public ISymbol get_Symbol ( string Value );
[C#] public void set_Symbol ( string Value, ISymbol pVal );
[C++]
HRESULT get_Symbol(
BSTR Value,
ISymbol** pVal
);
[C++]
HRESULT put_Symbol(
BSTR Value,
ISymbol* pVal
);
[C++]Parameters
Value [in] Value is a parameter of type BSTR pVal [out, retval]pVal is a parameter of type ISymbol
Value [in] Value is a parameter of type BSTR pVal [in]pVal is a parameter of type ISymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.