You are here: Start » FIL.NET » Function Reference » Histogram » Histogram IO » FIL.SaveHistogram

FIL.SaveHistogram

Saves serialized Histogram object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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