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