This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.RelativeTimeOperator Property (ArcObjects .NET 10.5 SDK) |
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