You are here: Start » FIL.NET » FIS.SaveHistogram Method

FIS.SaveHistogram Method

Saves serialized Histogram object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveHistogram
(
	FilNet.Histogram inHistogram,
	string inFilename
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramHistogram to be serialized.
inFilenamestringName of the target file.

See also