FactoryAddStudyFromFile Method

Adds to the study definition when a definition is comprised of multiple parts with an additional file based definition.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool AddStudyFromFile(
	string pathToFile
)

Parameters

pathToFile  String
to add to the study definition

Return Value

Boolean
true if the data passes some basic sanity, false otherwise.

Remarks

If this is the first call, it will initialize the study with the definition otherwise it will be added to the existing data definitions.

See Also