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

Invoke.SavePath

Saves serialized Path object as AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SavePath
(
	Avl.Path inPath,
	string inFilename
)

Parameters

Name Type Range Default Description
inPathAvl.PathPath to be serialized.
inFilenamestringName of the target file.

See also