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

AVS.LoadEdgeModel2 Method

Loads serialized template matching EdgeModel2 object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadEdgeModel2
(
	string inFilename,
	AvlNet.EdgeModel2 outEdgeModel
)

Parameters

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

See also