IPluginDataInputOutput.SaveResultData Method

Saves the evaluation results to an external target.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
void SaveResultData(
	Stream stream,
	ObjectsEnumerator<RegionBase> regions,
	FileContext context
)

Parameters

stream  Stream
Stream of the external target.
regions  ObjectsEnumerator<RegionBase>
Regions of the worksheet.
context  FileContext
Context of the file operation.

See Also