This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMarkerNorthArrow Interface > IMarkerNorthArrow.MarkerSymbol Property (ArcObjects .NET 10.5 SDK) |
Symbol used to draw the north arrow. Use set to specify a marker for custom north arrows.
[Visual Basic .NET] Public Property MarkerSymbol As IMarkerSymbol
[C#] public IMarkerSymbol MarkerSymbol {get; set;}
[C++]
HRESULT get_MarkerSymbol(
IMarkerSymbol** marker
);
[C++]
HRESULT put_MarkerSymbol(
IMarkerSymbol* marker
);
[C++]
Parameters marker [out, retval]
marker is a parameter of type IMarkerSymbol marker [in]
marker is a parameter of type IMarkerSymbol