Description
Returns whether the region is empty or not
-
Property type
-
A Boolean value.
-
Syntax
-
object.IsEmpty
The IsEmpty Property syntax has these parts: |
| object | An expression evaluating to an object of type McFeatures. | Remarks
A McFeatures is empty if it has no features and it is not reset. That is, if it has a Count of zero features as a result of some operation(s), and not just because the McFeatures in an initialized or Reset state
|