You are here: Start » AVL.NET » AVL.LoadProfile Method

AVL.LoadProfile Method

Deserializes a profile from an AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadProfile(
	string inFilename,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outProfileAvlNet.ProfileDeserialized output Profile.

See also