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


IGpsDisplayProperties.ShowMarkerTrailSpeed 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.ShowMarkerTrailSpeed Property
ArcGIS Developer Help

IGpsDisplayProperties.ShowMarkerTrailSpeed Property

Indicates if the base marker symbol size is based on the speed of the marker trail position. Defaults to false.

[Visual Basic .NET]
Public Property ShowMarkerTrailSpeed As Boolean
[C#]
public bool ShowMarkerTrailSpeed {get; set;}
[C++]
HRESULT get_ShowMarkerTrailSpeed(
  Boolean* pShow
);
[C++]
HRESULT put_ShowMarkerTrailSpeed(
  VARIANT_BOOL pShow
);
[C++]
Parameters
pShow [out, retval]

pShow is a parameter of type bool* pShow [in]
pShow is a parameter of type bool

Product Availability

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

See Also

IGpsDisplayProperties Interface