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


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

IGpsDisplayProperties.LowAltitudeSize Property

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

[Visual Basic .NET]
Public Property LowAltitudeSize As Double
[C#]
public double LowAltitudeSize {get; set;}
[C++]
HRESULT get_LowAltitudeSize(
  System.Double* pSize
);
[C++]
HRESULT put_LowAltitudeSize(
  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