This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* Empty
);
[C++]
HRESULT put_Empty(
VARIANT_BOOL Empty
);
[C++] Parameters Empty [out, retval]
Empty is a parameter of type bool* Empty [in]
Empty is a parameter of type bool