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


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

IGpsDisplayProperties.ShowMarkerTrailAltitude Property

Indicates if the variation in the altitude is displayed in the marker trail.

[Visual Basic .NET]
Public Property ShowMarkerTrailAltitude As Boolean
[C#]
public bool ShowMarkerTrailAltitude {get; set;}
[C++]
HRESULT get_ShowMarkerTrailAltitude(
  VARIANT_BOOL* pShowVariation
);
[C++]
HRESULT put_ShowMarkerTrailAltitude(
  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