แชร์ผ่าน


ObjectImpact Class

Definition

Represents a modification to the model tree resulting from one or more user operations that either add new objects, remove existing objects, or change object properties.

public class ObjectImpact
type ObjectImpact = class
Public Class ObjectImpact
Inheritance
ObjectImpact

Properties

AddedObjects

Gets all the objects that were added to the tree.

AddedSubtreeRoots

Gets the roots of branches added to an object tree.

IsEmpty

Gets an indication whether the impact is empty, e.g. contains no model changes.

PropertyChanges

Gets all the property changes that happened on all objects that were existing and still remain existing (not removed or added) in the tree.

RemovedObjects

Gets all the objects that were removed from the tree.

RemovedSubtreeRoots

Gets the roots of branches removed from an object tree.

Applies to