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


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

IGpsDisplayProperties.LowAltitudeValue Property

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

[Visual Basic .NET]
Public Property LowAltitudeValue As Double
[C#]
public double LowAltitudeValue {get; set;}
[C++]
HRESULT get_LowAltitudeValue(
  System.Double* pAltitude
);
[C++]
HRESULT put_LowAltitudeValue(
  double pAltitude
);
[C++]
Parameters
pAltitude [out, retval]

pAltitude is a parameter of type double* pAltitude [in]
pAltitude is a parameter of type double

Product Availability

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

See Also

IGpsDisplayProperties Interface