This document is archived and information here might be outdated.  Recommended version.


ITimeDataDisplay.TimeOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDataDisplay Interface > ITimeDataDisplay.TimeOffset Property
ArcGIS Developer Help

ITimeDataDisplay.TimeOffset Property

Returns time offset that needs to be applied to the data for drawing.

[Visual Basic .NET]
Public Property TimeOffset As Double
[C#]
public double TimeOffset {get; set;}
[C++]
HRESULT get_TimeOffset(
  double TimeOffset
);
[C++]
HRESULT put_TimeOffset(
  System.Double* TimeOffset
);
[C++]
Parameters
TimeOffset [in]

TimeOffset is a parameter of type double TimeOffset [out, retval]
TimeOffset is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The TimeOffset is used to display data at a different time on the timeline.  This is for temporary purposes only.  It can be useful for comparing data sets from different time period when you need to display the two sets of data together.  For example, to visualize the growth pattern of two wild fires that happened in two different years, one of the layers can be given an offset that will cause it to appear as if the fire started at the same time as the other fire.  In this way the growth patterns can be seen together, and compared.

See Also

ITimeDataDisplay Interface