ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.RelativeTimeColor Property

Indicates a relative color differential based on temporal class characteristics.

[Visual Basic 6.0]
Property RelativeTimeColor As OLE_COLOR
[Visual Basic .NET]
Public Property RelativeTimeColor As Integer
[C#]
public uint RelativeTimeColor {get; set;}
[Java]
public OLECOLOR getRelativeTimeColor()
throws
    IOException,
    AutomationException
[Java]
public void setRelativeTimeColor(
OLE_COLOR pLE_COLOR
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page