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

AVS.SaveProfile Method

Serializes a profile to an AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SaveProfile
(
	AvlNet.Profile inProfile,
	string inFilename
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileProfile to be serialized.
inFilenamestringName of the target file.

See also