This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingGlobeLayerLeaderLines Interface > ITrackingGlobeLayerLeaderLines.DrawLeaderLines Property (ArcObjects .NET 10.5 SDK) |
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