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


ITrackingGlobeLayerLeaderLines.LeaderLinesWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingGlobeLayerLeaderLines Interface > ITrackingGlobeLayerLeaderLines.LeaderLinesWidth Property
ArcGIS Developer Help

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(
  System.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