CADability dotNET
Gets the objects which is changed by this ReversibleChange

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Object ObjectToChange { get; }
Visual Basic
Public ReadOnly Property ObjectToChange As Object
	Get
Visual C++
public:
property Object^ ObjectToChange {
	Object^ get ();
}

See Also