This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingGlobeLayerLeaderLines Interface > ITrackingGlobeLayerLeaderLines.LeaderLinesColor Property (ArcObjects .NET 10.4 SDK) |
Specifies the color of the leader line.
[Visual Basic .NET] Public Property LeaderLinesColor As IColor
[C#] public IColor LeaderLinesColor {get; set;}
[C++]
HRESULT get_LeaderLinesColor(
IColor** color
);
[C++]
HRESULT put_LeaderLinesColor(
IColor* color
);
[C++]
Parameters color [out, retval]
color is a parameter of type IColor color [in]
color is a parameter of type IColor