CreateEdit Class |
Namespace: Demo3D.Visuals
public class CreateEdit : DocumentVisualsEdit
The CreateEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateEdit(Document, Visual) |
Initializes a new instance of the CreateEdit class for a single visual.
| |
| CreateEdit(Document, IList) |
Initializes a new instance of the CreateEdit class for multiple visuals.
|
| Name | Description | |
|---|---|---|
| Document |
The document that contains the edit.
(Inherited from DocumentEdit.) | |
| Ids |
The Ids of the affected visuals.
(Inherited from DocumentVisualsEdit.) |
| Name | Description | |
|---|---|---|
| FindVisuals |
Find all visuals in the scene which match an id in the Ids property."/>
(Inherited from DocumentVisualsEdit.) | |
| Redo |
Executed when redo is called on this edit from the UndoManager
(Overrides DocumentEditRedo.) | |
| SetVisuals |
Set the list of affected visuals.
(Inherited from DocumentVisualsEdit.) | |
| ToString |
Returns a string representation of this create edit.
(Overrides ObjectToString.) | |
| Undo |
Executed when undo is called on this edit from the UndoManager
(Overrides DocumentEditUndo.) | |
| VisualsToString |
Returns a string representation of the affected visuals for display purposes.
(Inherited from DocumentVisualsEdit.) |