ArcObjects Library Reference (Carto)  

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