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

AVS.LoadPath Method

Loads serialized Path object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also