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

Invoke.LoadPath

Loads serialized Path object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadPath
(
	string inFilename,
	Avl.Path outPath
)

Parameters

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

See also