ArcObjects Library Reference (TrackingAnalyst)  

ITrackingGlobeLayerLeaderLines.ElevatedLinesPointWidth Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingGlobeLayerLeaderLines Interface