IMathLinkPutArgCount Method

Specifies the argument count for a composite expression being sent manually.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void PutArgCount(
	int argCount
)

Parameters

argCount  Int32
The number of arguments you will be sending.

Remarks

Use it after a call to PutNext(ExpressionType) with the ExpressionType.Function type.

See the example for PutNext(ExpressionType).

Exceptions

MathLinkExceptionOn any MathLink error.

See Also