ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.HighAltitudeValue Property

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

[Visual Basic .NET]
Public Property HighAltitudeValue As Double
[C#]
public double HighAltitudeValue {get; set;}
[C++]
HRESULT get_HighAltitudeValue(
  double* pAltitude
);
[C++]
HRESULT put_HighAltitudeValue(
  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