.NET/Link API Version 1.7 USE FRAMES

IMathLink.PutSize Method 

Specifies the size in bytes of an element being sent in textual form.

[Visual Basic]
Sub PutSize( _
   ByVal size As Integer _
)
[C#]
void PutSize(
   int size
);

Parameters

size
The size of the data, in bytes, that will be written with the following one or more calls to PutData.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | PutNext