DocumentVisualsEdit Class | 
Namespace: Demo3D.Visuals
public abstract class DocumentVisualsEdit : DocumentEdit
The DocumentVisualsEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentVisualsEdit | 
            Constructor for a document edit that affects a list of visuals.
              | 
| Name | Description | |
|---|---|---|
| Document | 
            The document that contains the edit.
              (Inherited from DocumentEdit.) | |
| Ids | 
            The Ids of the affected visuals.
              | 
| Name | Description | |
|---|---|---|
| Copy(IList) | 
            Creates a copy of the specified list as an array.
              | |
| Copy(IList, Type) | 
            Creates a copy of the specified list as an array of the specified type.
              | |
| FindVisuals | 
            Find all visuals in the scene which match an id in the Ids property."/>
              | |
| Redo | 
            Executed when redo is called on this edit from the UndoManager
              (Inherited from DocumentEdit.) | |
| SetVisuals | 
            Set the list of affected visuals.
              | |
| Undo | 
            Executed when undo is called on this edit from the UndoManager
              (Inherited from DocumentEdit.) | |
| VisualsToString | 
            Returns a string representation of the affected visuals for display purposes.
              |