CADability dotNET
The GeoObjectChange type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GeoObjectChange(IGeoObject, ModOp) |
Creates a new GeoObjectChange object that reflects a modification by the ModOp m.
| |
| GeoObjectChange(IGeoObject, String, array<Object>[]()[][]) |
Creates a new GeoObjectChange object. See the appropriate constructor of ReversibleChange for details.
| |
| GeoObjectChange(IGeoObject, Type, String, array<Object>[]()[][]) |
Creates a new GeoObjectChange object. See the appropriate constructor of ReversibleChange for details.
|
Fields
| Name | Description | |
|---|---|---|
| NoUndoNecessary |
Notifies that this change doesn't require an undo operation
| |
| OnlyAttributeChanged |
Notifies that only an attribute was changed in contrast to a change of the geometry.
|