CADability dotNET

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

Syntax

C#
public void SetInput(
	params Object[] TheInput
)
Visual Basic
Public Sub SetInput ( _
	ParamArray TheInput As Object() _
)
Visual C++
public:
void SetInput(
	... array<Object^>^ TheInput
)

Parameters

TheInput
Type: array<System..::..Object>[]()[][]
Objects specifying the input parameters of this action

See Also