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


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

IGpsDisplayProperties.LowSpeedValue Property

The minimum speed value used in calculating the size of the base marker symbol.

[Visual Basic .NET]
Public Property LowSpeedValue As Double
[C#]
public double LowSpeedValue {get; set;}
[C++]
HRESULT get_LowSpeedValue(
  double* pSpeed
);
[C++]
HRESULT put_LowSpeedValue(
  double pSpeed
);
[C++]

Parameters pSpeed [out, retval] pSpeed is a parameter of type double pSpeed [in] pSpeed is a parameter of type double

Product Availability

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

See Also

IGpsDisplayProperties Interface