This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingGlobeLayerLeaderLines Interface > ITrackingGlobeLayerLeaderLines.LeaderLinesWidth Property (ArcObjects .NET 10.5 SDK) |
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