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.HighSpeedValue Property (ArcObjects .NET 10.5 SDK) |
The maximum speed value used in calculating the size of the base marker symbol.
[Visual Basic .NET] Public Property HighSpeedValue As Double
[C#] public double HighSpeedValue {get; set;}
[C++]
HRESULT get_HighSpeedValue(
double* pSize
);
[C++]
HRESULT put_HighSpeedValue(
double pSize
);
[C++]
Parameters pSize [out, retval] pSize is a parameter of type double pSize [in] pSize is a parameter of type double