You are here: Start » AVL.NET » AVL.SaveRegion(AvlNet.Region, string)

AVL.SaveRegion(AvlNet.Region, string)

Saves serialized Region object as avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SaveRegion(
	AvlNet.Region inRegion,
	string inFilename
)

Parameters

inRegion
Type: AvlNet.Region
Region to be serialized
inFilename
Type: System.String
Name of the target file

See also