Application.CommandManager Property
Parent Object: ApplicationDescription
Property that returns the CommandManager object.
Syntax
Application.CommandManager() As CommandManagerProperty Value
This is a read only property whose value is a CommandManager.Samples
Name | Description |
Basic Selection Using Interaction Events | This sample demonstrates using the selection events to select a face. Selection is dependent on events and VB only supports events within a class module. |
InteractionGraphics | The sample creates overlay graphics. |
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. |