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


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

IGpsDisplayProperties.ShowCurrentAltitude Property

Indicates if the variation in the altitude is displayed.

[Visual Basic .NET]
Public Property ShowCurrentAltitude As Boolean
[C#]
public bool ShowCurrentAltitude {get; set;}
[C++]
HRESULT get_ShowCurrentAltitude(
  VARIANT_BOOL pShowVariation
);
[C++]
HRESULT put_ShowCurrentAltitude(
  Boolean* pShowVariation
);
[C++]
Parameters
pShowVariation [in]

pShowVariation is a parameter of type bool pShowVariation [out, retval]
pShowVariation is a parameter of type bool*

Product Availability

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

See Also

IGpsDisplayProperties Interface