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

AVS.LoadRegion Method

Loads a region from an AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadRegion
(
	string inFilename,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outRegionAvlNet.RegionDeserialized output Region.

See also