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

AVS.SaveRegion Method

Saves a serialized region object to an AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionRegion to be serialized.
inFilenamestringName of the target file.

See also