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


ITrackingGlobeLayerLeaderLines.ElevatedLinesWidth 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.ElevatedLinesWidth Property
ArcGIS Developer Help

ITrackingGlobeLayerLeaderLines.ElevatedLinesWidth Property

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

Product Availability

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

See Also

ITrackingGlobeLayerLeaderLines Interface