You are here: Start » AVL.NET » 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