Gets a value indicating whether this
AnnLength structure is empty.
public bool IsEmpty {get;}
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As AnnLength
Dim value As Boolean
value = instance.IsEmpty
public:
property bool IsEmpty {
bool get();
}
Property Value
true if this
AnnLength structure is empty; false, otherwise.