CADability dotNET
Gets the parameters, that can be used in the method call of this ReversibleChange

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

Syntax

C#
public Object[] Parameters { get; }
Visual Basic
Public ReadOnly Property Parameters As Object()
	Get
Visual C++
public:
property array<Object^>^ Parameters {
	array<Object^>^ get ();
}

See Also