You are here: Start » AVL.NET » Function Reference » Path » Path IO » AVL.LoadPath

AVL.LoadPath

Loads serialized Path object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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