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

Invoke.LoadEdgeModel2

Loads serialized template matching EdgeModel2 object from FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LoadEdgeModel2
(
	string inFilename,
	Fil.EdgeModel2 outEdgeModel
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outEdgeModelFil.EdgeModel2Deserialized output model.

See also