This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingGlobeLayerLeaderLines Interface > ITrackingGlobeLayerLeaderLines.ElevatedLinesPointWidth Property (ArcObjects .NET 10.4 SDK) |
Indicates the width of the point located at the base of the elevated lines.
[Visual Basic .NET] Public Property ElevatedLinesPointWidth As Double
[C#] public double ElevatedLinesPointWidth {get; set;}
[C++]
HRESULT get_ElevatedLinesPointWidth(
double* width
);
[C++]
HRESULT put_ElevatedLinesPointWidth(
double width
);
[C++]
Parameters width [out, retval] width is a parameter of type double width [in] width is a parameter of type double