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


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

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(
  System.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