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


ITrackingGlobeLayerLeaderLines.ElevatedLinesStyle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingGlobeLayerLeaderLines.ElevatedLinesStyle Property

Indicates the style of the elevated lines, and whether or not to elevate the symbols so they don't sink into the globe.

[Visual Basic .NET]
Public Property ElevatedLinesStyle As esriTrackingElevatedLineStyle
[C#]
public esriTrackingElevatedLineStyle ElevatedLinesStyle {get; set;}
[C++]
HRESULT get_ElevatedLinesStyle(
  esriTrackingElevatedLineStyle* style
);
[C++]
HRESULT put_ElevatedLinesStyle(
  esriTrackingElevatedLineStyle style
);
[C++]

Parameters style [out, retval]
style is a parameter of type esriTrackingElevatedLineStyle style [in]
style is a parameter of type esriTrackingElevatedLineStyle

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingGlobeLayerLeaderLines Interface