.NET/Link API Version 1.7 USE FRAMES

IMathLink.PutFunction Method 

Sends a function name and argument count.

[Visual Basic]
Sub PutFunction( _
   ByVal f As String, _
   ByVal argCount As Integer _
)
[C#]
void PutFunction(
   string f,
   int argCount
);

Parameters

f
The function name.
argCount
The number of arguments to follow.

Remarks

Follow this with calls to put the arguments.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace