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

Invoke.LoadEdgeModel

Loads serialized template matching EdgeModel object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadEdgeModel
(
	string inFilename,
	Avl.EdgeModel outEdgeModel
)

Parameters

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

See also