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


IGpsDisplayProperties.HighAltitudeSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.HighAltitudeSize Property

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

[Visual Basic .NET]
Public Property HighAltitudeSize As Double
[C#]
public double HighAltitudeSize {get; set;}
[C++]
HRESULT get_HighAltitudeSize(
  double* pSize
);
[C++]
HRESULT put_HighAltitudeSize(
  double pSize
);
[C++]

Parameters pSize [out, retval] pSize is a parameter of type double pSize [in] pSize is a parameter of type double

Product Availability

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

See Also

IGpsDisplayProperties Interface