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


IMapTimeDisplay2.TimeRelation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDisplay2 Interface > IMapTimeDisplay2.TimeRelation Property
ArcGIS Developer Help

IMapTimeDisplay2.TimeRelation Property

Time relation used with the time window for the map.

[Visual Basic .NET]
Public Property TimeRelation As esriTimeRelation
[C#]
public esriTimeRelation TimeRelation {get; set;}
[C++]
HRESULT get_TimeRelation(
  esriTimeRelation* relation
);
[C++]
HRESULT put_TimeRelation(
  esriTimeRelation relation
);
[C++]
Parameters
relation [out, retval]

relation is a parameter of type esriTimeRelation* relation [in]
relation is a parameter of type esriTimeRelation

Product Availability

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

See Also

IMapTimeDisplay2 Interface