You are here: Start » AVL.NET » AVS.LoadEdgeModel Method

AVS.LoadEdgeModel Method

Loads serialized template matching EdgeModel object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadEdgeModel
(
	string inFilename,
	AvlNet.EdgeModel outEdgeModel
)

Parameters

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

See also