You are here: Start » FIL.NET » Invoke.LoadPath

Invoke.LoadPath

Loads serialized Path object from FIDATA file.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also