ArcObjects Library Reference (Carto)  

ITimeTableDefinition.CustomTimeExtent Property

Custom time extent during which a layer is visible.

[Visual Basic .NET]
Public Property CustomTimeExtent As ITimeExtent
[C#]
public ITimeExtent CustomTimeExtent {get; set;}
[C++]
HRESULT get_CustomTimeExtent(
  ITimeExtent** layerVisibiltyTime
);
[C++]
HRESULT putref_CustomTimeExtent(
  ITimeExtent* layerVisibiltyTime
);
[C++]

Parameters

layerVisibiltyTime [out, retval]

  layerVisibiltyTime is a parameter of type ITimeExtent

layerVisibiltyTime [in]

  layerVisibiltyTime is a parameter of type ITimeExtent

Product Availability

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

See Also

ITimeTableDefinition Interface