Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path IO » LoadPath

LoadPath


Header: AVL.h
Namespace: avl
Module: FoundationLite

Loads serialized Path object from AVDATA file.

Syntax

C++
C#
 
void avl::LoadPath
(
	const atl::File& inFilename,
	avl::Path& outPath
)

Parameters

Name Type Default Description
Input value inFilename const File& Name of the source file
Output value outPath Path& Deserialized output Path