This document is archived and information here might be outdated. Recommended version. |
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*