This document is archived and information here might be outdated. Recommended version. |
The marker symbol used to draw the push pin.
[Visual Basic .NET] Public Property MarkerSymbol As IMarkerSymbol
[C#] public IMarkerSymbol MarkerSymbol {get; set;}
[C++]
HRESULT get_MarkerSymbol(
IMarkerSymbol** Symbol
);
[C++]
HRESULT putref_MarkerSymbol(
IMarkerSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type IMarkerSymbol** Symbol [in]
Symbol is a parameter of type IMarkerSymbol*