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:

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

measurement type of derived measurement. Valid type is mmtAngleBetweenLines only.

sParentsOptional. A String value.

Settings

The settings for MeasType are:

ConstantValueDescription
 mmtdAngleBetweenLines11

angle between lines