Description
Returns corresponded McFeature container that holds manual measurements on the active image.
-
Property type
-
A McFeatures object.
-
Syntax
-
object.FeatureContainers(ContType)
The FeatureContainers Property syntax has these parts: |
| object | An expression evaluating to an object of type McMeasurements. | | ContType | Required. An enumMMFeatures enumeration, as described in settings. container type
| Settings The settings for ContType are:
 | mmfPoints | 0 | |
 | mmfLines | 1 | |
 | mmfRegions | 2 | |
Remarks
All measurements are collected in 3 containers: McPoints, McLines and McRegions. Depending on the nature of the measurement is can be located in one or two containers. For example Manual Tags are in McPoints, Lines, Polylines and angles are in McLines, Polygons and Circles are in McRegions. Compound features, such as Best-Fit circle, include elements from 2 containers: McPoints and McRegions.
|