This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeExtent Interface > ITimeExtent.Empty Property (ArcObjects .NET 10.5 SDK) |
Indicates whether the time extent is empty.
[Visual Basic .NET] Public Property Empty As Boolean
[C#] public bool Empty {get; set;}
[C++]
HRESULT get_Empty(
VARIANT_BOOL* Empty
);
[C++]
HRESULT put_Empty(
VARIANT_BOOL Empty
);
[C++]
Parameters Empty [out, retval] Empty is a parameter of type VARIANT_BOOL Empty [in] Empty is a parameter of type VARIANT_BOOL