This document is archived and information here might be outdated.  Recommended version.


IPushPin.MarkerSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPushPin.MarkerSymbol Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPushPin Interface