You are here: Start » AVL.NET » AVL.SavePath(AvlNet.Path, string)

AVL.SavePath(AvlNet.Path, string)

Saves serialized Path object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPath
Type: AvlNet.Path
Path to be serialized
inFilename
Type: System.String
Name of the target file

See also