This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.LowSpeedValue Property (ArcObjects .NET 10.5 SDK) |
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