You are here: Start » AVL.NET » Invoke.LoadSurface

Invoke.LoadSurface

Deserializes a surface from an AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadSurface
(
	string inFilename,
	Avl.Surface outSurface
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outSurfaceAvl.SurfaceDeserialized output Surface.

See also