You are here: Start » AVL.NET » AVL.LoadPath(string, AvlNet.Path)

AVL.LoadPath(string, AvlNet.Path)

Loads serialized Path object from avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LoadPath(
	string inFilename,
	out AvlNet.Path outPath
)

Parameters

inFilename
Type: System.String
Name of the source file
outPath
Type: AvlNet.Path
Deserialized output Path

See also