You are here: Start » FIL.NET » Invoke.SaveHistogram

Invoke.SaveHistogram

Saves serialized Histogram object as FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SaveHistogram
(
	Fil.Histogram inHistogram,
	string inFilename
)

Parameters

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

See also