Returns True if object instance is considered empty, otherwise returns False.


Namespace: FDF.Common.CoordinateSystems
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsEmpty As Boolean _
    Implements IFdfQueryable.IsEmpty
C#
public bool IsEmpty { get; }
C++
public property bool IsEmpty sealed  {
    bool get();
}
J#
/** property */
public bool get_IsEmpty();
JScript
public function get IsEmpty() : bool

Implements

IFdfQueryable.IsEmpty

See Also