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

FIS.SaveEdgeModel Method

Saves serialized template matching EdgeModel object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveEdgeModel
(
	FilNet.EdgeModel inEdgeModel,
	string inFilename
)

Parameters

Name Type Range Default Description
inEdgeModelFilNet.EdgeModelModel to be serialized.
inFilenamestringName of the target file.

See also