You are here: Start » FIL.NET » Function Reference » Path » Path IO » FIL.LoadPath

FIL.LoadPath

Loads serialized Path object from FIDATA file.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LoadPath
(
	string inFilename,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outPathFilNet.PathDeserialized output Path.

See also