Description
Sets/returns active tool of Manual Measurements.
-
Property type
-
An enumMMTools enumeration.
The tool type is enumMMTypes
-
Syntax
-
object.ActiveTool [= value]
The ActiveTool Property syntax has these parts: |
| object | An expression evaluating to an object of type McMeasurements. | | value | An enumMMTools enumeration, as described in settings. | Settings The settings for value are:
 | mmtNoTool | 0 | |
 | mmtSelectionTool | 1 | |
 | mmtLine | 2 | |
 | mmtPointToPoint | 3 | |
 | mmtPolygonalLine | 4 | |
 | mmtPolygon | 6 | |
 | mmtCircle | 7 | |
 | mmtBestFitCircle | 8 | |
 | mmtPitchWithLine | 9 | |
 | mmtAngle | 10 | |
 | mmtAngleBetweenLines | 11 | |
 | mmtManualTag | 12 | |
 | mmtBestFitLine | 13 | |
|