This document is archived and information here might be outdated. Recommended version. |
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