Description
Sets/resets selection on manual measurements.
-
Return Type
-
A Variant value.
-
Syntax
-
object.Selection (SelectionFlag, vSubFeatures)
The Selection Method syntax has these parts: |
| object | An expression evaluating to an object of type McMeasurements. | | SelectionFlag | Required. An enumMMSelTypes enumeration, as described in settings. defines selection type SubFeatures - array of sub-feature names to be selected/deselected
| | vSubFeatures | Required. A Variant value. | Settings The settings for SelectionFlag are:
 | mcmmsfAddWithReset | 0 |
reset current selection and add a new feature
|
 | mcmmsfAdd | 1 |
add new feature to the existing selection
|
 | mcmmsfSubtract | -1 |
deselect the feature
|
|