This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeTableDefinition Interface > ITimeTableDefinition.CustomTimeExtent Property (ArcObjects .NET 10.5 SDK) |
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