Click or drag to resize

DocumentVisualsEdit Methods

The DocumentVisualsEdit type exposes the following members.

Methods
  NameDescription
Protected methodStatic memberCopy(IList)
Creates a copy of the specified list as an array.
Protected methodStatic memberCopy(IList, Type)
Creates a copy of the specified list as an array of the specified type.
Public methodFindVisuals
Find all visuals in the scene which match an id in the Ids property."/>
Public methodRedo
Executed when redo is called on this edit from the UndoManager
(Inherited from DocumentEdit.)
Public methodSetVisuals
Set the list of affected visuals.
Public methodUndo
Executed when undo is called on this edit from the UndoManager
(Inherited from DocumentEdit.)
Protected methodVisualsToString
Returns a string representation of the affected visuals for display purposes.
Top
See Also