Process a section of the MPS file.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
protected internal virtual string ProcessCommand(
	string command,
	string line
)
Visual Basic (Declaration)
Protected Friend Overridable Function ProcessCommand ( _
	command As String, _
	line As String _
) As String
Visual C++
protected public:
virtual String^ ProcessCommand(
	String^ command, 
	String^ line
)

Parameters

command
Type: System..::.String
A String specifying the data file section to be processed.
line
Type: System..::.String
A String specifying the next line to be processed.

Return Value

A String containing the next line to be processed. This line was read, but was not part of the section being processed.

See Also