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


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

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