ArcObjects Library Reference (TrackingAnalyst)  

ITrackingGlobeLayerLeaderLines.DrawLeaderLines Property

Indicates whether to draw leader lines from the symbol to the surface.

[Visual Basic .NET]
Public Property DrawLeaderLines As Boolean
[C#]
public bool DrawLeaderLines {get; set;}
[C++]
HRESULT get_DrawLeaderLines(
  VARIANT_BOOL* Draw
);
[C++]
HRESULT put_DrawLeaderLines(
  VARIANT_BOOL Draw
);
[C++]

Parameters

Draw [out, retval]   Draw is a parameter of type VARIANT_BOOL Draw [in]   Draw is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITrackingGlobeLayerLeaderLines Interface