This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightSettings Interface > ITxHighlightSettings.HighlightTrackLineColor Property (ArcObjects .NET 10.4 SDK) |
The highlight color drawn for track-lines in highlighted tracks.
[Visual Basic .NET] Public Property HighlightTrackLineColor As IColor
[C#] public IColor HighlightTrackLineColor {get; set;}
[C++]
HRESULT get_HighlightTrackLineColor(
IColor** color
);
[C++]
HRESULT put_HighlightTrackLineColor(
IColor* color
);
[C++]
Parameters color [out, retval]
color is a parameter of type IColor color [in]
color is a parameter of type IColor