ArcObjects Library Reference (System)  

ITimeExtent.Empty Property

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

Product Availability

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

See Also

ITimeExtent Interface