You are here: Start » AVL.NET » AVL.LoadPath Method

AVL.LoadPath Method

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

Name Type Range Default Description
inFilenamestringName of the source file.
outPathAvlNet.PathDeserialized output Path.

See also