ArcObjects Library Reference (Carto)  

IMapTimeDisplay.TimeExtentDefinitionLayer Property

The time-enabled layer that defines the time extent of the map.

[Visual Basic .NET]
Public Property TimeExtentDefinitionLayer As ILayer
[C#]
public ILayer TimeExtentDefinitionLayer {get; set;}
[C++]
HRESULT get_TimeExtentDefinitionLayer(
  ILayer** Layer
);
[C++]
HRESULT putref_TimeExtentDefinitionLayer(
  ILayer* Layer
);
[C++]

Parameters

Layer [out, retval]

  Layer is a parameter of type ILayer

Layer [in]

  Layer is a parameter of type ILayer

Product Availability

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

See Also

IMapTimeDisplay Interface