Description
Count of the current number of features
-
Property type
-
A Long value.
-
Syntax
-
object.Count
The Count Property syntax has these parts: |
| object | An expression evaluating to an object of type McFeatures. | Remarks
Cpunt will be zero after McFeature creation or a Reset method call (IsReset TRUE). It is also zero after any operation which might add or remove features, and which results in zero features being left (IsEmpty TRUE).
|