You are here: Start » FILDL.LoadObject Method

FILDL.LoadObject Method

Namespace:FilNet.DeepLearning
Assembly:FilDl.Net.dll

Syntax

public static void LoadObject<T>
(
	string inFile,
	T outObject
)

Parameters

Name Type Range Default Description
inFilestringSource file path.
outObjectTObject to save.

This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Function Overrides

See also