The marker symbol.
[Visual Basic .NET] Public Property Symbol As IMarkerSymbol
[C#] public IMarkerSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
IMarkerSymbol** MarkerSymbol
);
[C++]
HRESULT putref_Symbol(
IMarkerSymbol* MarkerSymbol
);
[C++]Parameters
MarkerSymbol [out, retval]MarkerSymbol is a parameter of type IMarkerSymbol
MarkerSymbol [in]MarkerSymbol is a parameter of type IMarkerSymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Symbol is the marker used as the background to the text. Any IMarkerSymbol interface can be used.