Method that invokes the 'Measure' command and prompts the user to select entities for measure. The OnMeasure event fires as a result of the user action.
Name | Type | Description |
MeasureType | MeasureTypeEnum | Input MeasureTypeEnum that indicates the type of measure action to invoke. Valid values are kDistanceMeasure and kAngleMeasure. |
Options | Variant | Optional input NameValueMap specifying additional options for measure. Currently ignored. This is an optional argument whose default value is null. |
Name | Description |
Using measure events | This sample demonstrates using the measure events to measure distance and angle. Interactive measure is dependent on events and VB only supports events within a class module. To use the sample copy the InteractiveMeasureDistance and InteractiveMeasureAngle subs into a code module. Create a new class module called clsMeasure and copy all of the rest of the code into it. |