You are here: Start » AVL.NET » AVL.SaveEdgeModel(AvlNet.EdgeModel, string)

AVL.SaveEdgeModel(AvlNet.EdgeModel, string)

Saves serialized template matching EdgeModel object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SaveEdgeModel(
	AvlNet.EdgeModel inEdgeModel,
	string inFilename
)

Parameters

inEdgeModel
Type: AvlNet.EdgeModel
Model to be serialized
inFilename
Type: System.String
Name of the target file

See also