You are here: Start » FIL.NET » 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