You are here: Start » AVL.NET » Function Reference » Region » Region IO » AVL.SaveRegion

AVL.SaveRegion

Saves a serialized region object to an AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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