ArcObjects Library Reference (TrackingAnalyst)  

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(
  Unsigned long* pVal
);
[C++]
HRESULT put_RelativeTimeColor(
  Unsigned long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type Unsigned long pVal [in]   pVal is a parameter of type Unsigned long

Product Availability

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

See Also

ITemporalLayer Interface