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


ITxHighlightSettings.HighlightTrackFeatureColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightSettings Interface > ITxHighlightSettings.HighlightTrackFeatureColor Property
ArcGIS Developer Help

ITxHighlightSettings.HighlightTrackFeatureColor Property

The highlight color drawn for features in highlighted tracks.

[Visual Basic .NET]
Public Property HighlightTrackFeatureColor As IColor
[C#]
public IColor HighlightTrackFeatureColor {get; set;}
[C++]
HRESULT get_HighlightTrackFeatureColor(
  IColor* color
);
[C++]
HRESULT put_HighlightTrackFeatureColor(
  IColor** color
);
[C++]
Parameters
color [in]

color is a parameter of type IColor* color [out, retval]
color is a parameter of type IColor**

Product Availability

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

See Also

ITxHighlightSettings Interface