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


IGpsDisplayProperties.EstimatedPositionSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.EstimatedPositionSymbol Property
ArcGIS Developer Help

IGpsDisplayProperties.EstimatedPositionSymbol Property

The marker symbol used to display the estimated current position if the signal is lost.

[Visual Basic .NET]
Public Property EstimatedPositionSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol EstimatedPositionSymbol {get; set;}
[C++]
HRESULT get_EstimatedPositionSymbol(
  IMarkerSymbol** ppMarker
);
[C++]
HRESULT putref_EstimatedPositionSymbol(
  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