ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.ShowCurrentSpeed Property

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

[Visual Basic .NET]
Public Property ShowCurrentSpeed As Boolean
[C#]
public bool ShowCurrentSpeed {get; set;}
[C++]
HRESULT get_ShowCurrentSpeed(
  VARIANT_BOOL* pShow
);
[C++]
HRESULT put_ShowCurrentSpeed(
  VARIANT_BOOL pShow
);
[C++]

Parameters

pShow [out, retval]   pShow is a parameter of type VARIANT_BOOL pShow [in]   pShow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGpsDisplayProperties Interface