You are here: Start » AVL.NET » AVS.SavePath Method

AVS.SavePath Method

Saves serialized Path object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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