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

AVL.SavePath

Saves serialized Path object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also