SelectionInteraction Class Properties
For a list of all members of this type, see SelectionInteraction members.
| Name | Description |
 | Description | Description of undo step for this interaction. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | DraggingMouseCursor | Mouse cursor which will be used for next dragging operation. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | InstallationSpace | Installation space, the editor belongs to. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | IsAutorestartEnabled | Returns true , if interaction should restart after stop. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | IsInsertInteraction | Overridden. Returns true , if interaction is used to insert one ore more placements on page. |
 | IsObjectPlacementModeActive | Returns true , if special object placement mode is active. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | IsPlacementFilterActive | If true, then placement-filter is active. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | IsReadOnly | Returns true , if function does not change the project database. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | IsSelectionInteraction | Overridden. Returns true , if interaction is a helper interaction to select placements. |
 | MousePosition | current mouse position (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | Page | Page, the editor belongs to. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | Project | Project, the editor belongs to. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | PromptForCommandLine | Prompt for command line. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | PromptForStatusLine | Prompt for status line. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | RootPlacement3D | Root placement to which the editor belongs. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | 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 (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
 | WereLogicalPlacementsChanged | Returns true, if logical placements were changed. (Inherited from Eplan.EplApi.EServices.Ged.Interaction) |
Top