This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPushPin Interface > IPushPin.MarkerSymbol Property (ArcObjects .NET 10.5 SDK) |
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