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


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

ITemporalLayer.RelativeTimeColor Property

Indicates a relative color differential based on temporal class characteristics.

[Visual Basic .NET]
Public Property RelativeTimeColor As Integer
[C#]
public uint RelativeTimeColor {get; set;}
[C++]
HRESULT get_RelativeTimeColor(
  OLE_COLOR* pVal
);
[C++]
HRESULT put_RelativeTimeColor(
  OLE_COLOR pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type OLE_COLOR* pVal [in]
pVal is a parameter of type OLE_COLOR

Product Availability

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

See Also

ITemporalLayer Interface