Description
Returns measurement value of sub-feature.
-
Property type
-
A Variant value.
Measurement value as string.
-
Syntax
-
object.value(MeasName)
The value Property syntax has these parts: |
| object | An expression evaluating to an object of type McMMSubFeature. | | MeasName | Required. A String value. | Remarks
It is also possible to get value using McFeatures and McMeasures (see example).
|