ArcObjects Library Reference (TrackingAnalyst)  

ITrackingGlobeLayerLeaderLines.ElevatedLinesLengthUnits Property

Indicates the units for the length of the elevated line.

[Visual Basic .NET]
Public Property ElevatedLinesLengthUnits As esriUnits
[C#]
public esriUnits ElevatedLinesLengthUnits {get; set;}
[C++]
HRESULT get_ElevatedLinesLengthUnits(
  esriUnits* lengthUnits
);
[C++]
HRESULT put_ElevatedLinesLengthUnits(
  esriUnits lengthUnits
);
[C++]

Parameters

lengthUnits [out, retval]

  lengthUnits is a parameter of type esriUnits

lengthUnits [in]

  lengthUnits is a parameter of type esriUnits

Product Availability

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

See Also

ITrackingGlobeLayerLeaderLines Interface