This document is archived and information here might be outdated. Recommended version. |
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*