Back to Aurora Vision Library website

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

SavePath


Header: AVL.h
Namespace: avl
Module: FoundationLite

Saves serialized Path object as AVDATA file.

Syntax

C++
C#
 
void avl::SavePath
(
	const avl::Path& inPath,
	const atl::File& inFilename
)

Parameters

Name Type Default Description
Input value inPath const Path& Path to be serialized
Input value inFilename const File& Name of the target file