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


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

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(
  Boolean* Draw
);
[C++]
HRESULT put_DrawLeaderLines(
  VARIANT_BOOL Draw
);
[C++]
Parameters
Draw [out, retval]

Draw is a parameter of type bool* Draw [in]
Draw is a parameter of type bool

Product Availability

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

See Also

ITrackingGlobeLayerLeaderLines Interface