ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL pShowVariation
);
[C++]

Parameters

pShowVariation [out, retval]   pShowVariation is a parameter of type VARIANT_BOOL pShowVariation [in]   pShowVariation is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGpsDisplayProperties Interface