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


IGpsDisplayProperties.BaseMarkerSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.BaseMarkerSymbol Property

The marker symbol used to display the current position under normal circumstances.

[Visual Basic .NET]
Public Property BaseMarkerSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol BaseMarkerSymbol {get; set;}
[C++]
HRESULT get_BaseMarkerSymbol(
  IMarkerSymbol** ppMarker
);
[C++]
HRESULT putref_BaseMarkerSymbol(
  IMarkerSymbol* ppMarker
);
[C++]

Parameters ppMarker [out, retval]
ppMarker is a parameter of type IMarkerSymbol ppMarker [in]
ppMarker is a parameter of type IMarkerSymbol

Product Availability

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

See Also

IGpsDisplayProperties Interface