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:

PartDescription
objectAn expression evaluating to an object of type McMeasurements.
ContTypeRequired. An enumMMFeatures enumeration, as described in settings.

container type

Settings

The settings for ContType are:

ConstantValueDescription
 mmfPoints0
 mmfLines1
 mmfRegions2

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.