Gets a value indicating whether this SizeD has zero width and height.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property IsEmpty As Boolean Get |
C# |
---|
public bool IsEmpty { get; } |
Visual C++ |
---|
public: property bool IsEmpty { bool get (); } |
JavaScript |
---|
function get_isEmpty(); |