Description
Add derived manual measurement based on the current selection. For example Angle Between lines can be created when 2 Line features are selected
-
Return Type
-
A McMMFeature object.
Pointer to new McMMFeature, Nothing if fails
-
Syntax
-
object.AddDerivedMeasurement (MeasType, [sParents])
The AddDerivedMeasurement Method syntax has these parts: |
| object | An expression evaluating to an object of type McMeasurements. | | MeasType | Required. An enumMMDTypes enumeration, as described in settings. measurement type of derived measurement. Valid type is mmtAngleBetweenLines only.
| | sParents | Optional. A String value. | Settings The settings for MeasType are:
 | mmtdAngleBetweenLines | 11 |
angle between lines
|
|