DeleteSelectionEdit Class |
Namespace: Demo3D.Visuals
public class DeleteSelectionEdit : CreateEdit
The DeleteSelectionEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteSelectionEdit |
Constructor.
|
| Name | Description | |
|---|---|---|
| Document |
The document that contains the edit.
(Inherited from DocumentEdit.) | |
| Ids |
The Ids of the affected visuals.
(Inherited from DocumentVisualsEdit.) | |
| ReferencedScriptKeys |
List of keys to scripts that were used by the deleted visuals.
|
| Name | Description | |
|---|---|---|
| FindVisuals |
Find all visuals in the scene which match an id in the Ids property."/>
(Inherited from DocumentVisualsEdit.) | |
| Redo |
Redoes the delete operation, deleting the selected visuals from the document.
(Overrides CreateEditRedo.) | |
| SetVisuals |
Set the list of affected visuals.
(Inherited from DocumentVisualsEdit.) | |
| ToString |
String representation which describes the visuals that were deleted.
(Overrides CreateEditToString.) | |
| Undo |
Undoes the delete operation, restoring the visual and all connections.
(Overrides CreateEditUndo.) | |
| VisualsToString |
Returns a string representation of the affected visuals for display purposes.
(Inherited from DocumentVisualsEdit.) |