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

FIS.SaveEdgeModel2 Method

Saves serialized template matching EdgeModel2 object as FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SaveEdgeModel2
(
	FilNet.EdgeModel2 inEdgeModel,
	string inFilename
)

Parameters

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

See also