ArcObjects Library Reference (TrackingAnalyst)  

ITrackingGlobeLayerLeaderLines.ElevatedLinesWidth Property

Indicates the width of the elevated lines in pixels.

[Visual Basic .NET]
Public Property ElevatedLinesWidth As Double
[C#]
public double ElevatedLinesWidth {get; set;}
[C++]
HRESULT get_ElevatedLinesWidth(
  double* width
);
[C++]
HRESULT put_ElevatedLinesWidth(
  double width
);
[C++]

Parameters

width [out, retval]   width is a parameter of type double width [in]   width 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