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


ITrackingGlobeLayerLeaderLines.LeaderLinesWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackingGlobeLayerLeaderLines.LeaderLinesWidth Property

Indicates the width of the leader lines in pixels.

[Visual Basic .NET]
Public Property LeaderLinesWidth As Double
[C#]
public double LeaderLinesWidth {get; set;}
[C++]
HRESULT get_LeaderLinesWidth(
  double* width
);
[C++]
HRESULT put_LeaderLinesWidth(
  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