Click or drag to resize

DeleteSelectionEdit Methods

The DeleteSelectionEdit type exposes the following members.

Methods
  NameDescription
Public methodFindVisuals
Find all visuals in the scene which match an id in the Ids property."/>
(Inherited from DocumentVisualsEdit.)
Public methodRedo
Redoes the delete operation, deleting the selected visuals from the document.
(Overrides CreateEditRedo.)
Public methodSetVisuals
Set the list of affected visuals.
(Inherited from DocumentVisualsEdit.)
Public methodToString
String representation which describes the visuals that were deleted.
(Overrides CreateEditToString.)
Public methodUndo
Undoes the delete operation, restoring the visual and all connections.
(Overrides CreateEditUndo.)
Protected methodVisualsToString
Returns a string representation of the affected visuals for display purposes.
(Inherited from DocumentVisualsEdit.)
Top
See Also