Description
Returns number of elements in one of 3 McFeatures containers associated with the feature.
-
Return Type
-
A Long value.
Number of elements in the container
-
Syntax
-
object.GetCount (ind)
The GetCount Method syntax has these parts: |
| object | An expression evaluating to an object of type McMMFeature. | | ind | Required. A Variant value. index of the McFeatures container. 0 - McPoints 1 - McLines 2 - McRegions
| Remarks
Simple features (Lines, Manual Tags) ussualy have only one element in one of the containers, complex features (Best-fit line, Best-fit circle) have elements in more than one container.
|