ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.RelativeTimeOperator Property

The relative time operator, containing the temporal offset to adjust the temporal values of this temporal layer.

[Visual Basic .NET]
Public Property RelativeTimeOperator As ITemporalOperator
[C#]
public ITemporalOperator RelativeTimeOperator {get; set;}
[C++]
HRESULT get_RelativeTimeOperator(
  ITemporalOperator** pVal
);
[C++]
HRESULT put_RelativeTimeOperator(
  ITemporalOperator* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ITemporalOperator

pVal [in]

  pVal is a parameter of type ITemporalOperator

Product Availability

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

See Also

ITemporalLayer Interface