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


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

ITrackingGlobeLayerLeaderLines.ElevatedLinesLength Property

Indicates the length of the elevated lines.

[Visual Basic .NET]
Public Property ElevatedLinesLength As Double
[C#]
public double ElevatedLinesLength {get; set;}
[C++]
HRESULT get_ElevatedLinesLength(
  double* length
);
[C++]
HRESULT put_ElevatedLinesLength(
  double length
);
[C++]

Parameters length [out, retval] length is a parameter of type double length [in] length is a parameter of type double

Product Availability

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

See Also

ITrackingGlobeLayerLeaderLines Interface