Interaction Class Properties
In This Topic
For a list of all members of this type, see Interaction members.
Public Properties
| Name | Description |
| Description | Description of undo step for this interaction. |
| DraggingMouseCursor | Mouse cursor which will be used for next dragging operation. |
| InstallationSpace | Installation space, the editor belongs to. |
| IsAutorestartEnabled | Returns true , if interaction should restart after stop. |
| IsInsertInteraction | Returns true , if interaction is used to insert one ore more placements on page. |
| IsObjectPlacementModeActive | Returns true , if special object placement mode is active. |
| IsPlacementFilterActive | If true, then placement-filter is active. |
| IsReadOnly | Returns true , if function does not change the project database. |
| IsSelectionInteraction | Returns true , if interaction is a helper interaction to select placements. |
| MousePosition | current mouse position |
| Page | Page, the editor belongs to. |
| Project | Project, the editor belongs to. |
| PromptForCommandLine | Prompt for command line. |
| PromptForStatusLine | Prompt for status line. |
| RootPlacement3D | Root placement to which the editor belongs. |
| StartPosition | start position of Interaction. The StartPosition is needed to calculate the current position while ortho mode is active or after input of length or angle the start position is automatically set after point input and before call of OnPoint after start of an interaction StartPosition is null |
| WereLogicalPlacementsChanged | Returns true, if logical placements were changed. |
Top
See Also