CADability dotNET

The GeoObjectChange type exposes the following members.

Constructors

  NameDescription
Public methodGeoObjectChange(IGeoObject, ModOp)
Creates a new GeoObjectChange object that reflects a modification by the ModOp m.
Public methodGeoObjectChange(IGeoObject, String, array<Object>[]()[][])
Creates a new GeoObjectChange object. See the appropriate constructor of ReversibleChange for details.
Public methodGeoObjectChange(IGeoObject, Type, String, array<Object>[]()[][])
Creates a new GeoObjectChange object. See the appropriate constructor of ReversibleChange for details.

Fields

  NameDescription
Public fieldNoUndoNecessary
Notifies that this change doesn't require an undo operation
Public fieldOnlyAttributeChanged
Notifies that only an attribute was changed in contrast to a change of the geometry.

See Also