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

Invoke.LoadEdgeModel2

Loads serialized template matching EdgeModel2 object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also