FactoryAddStudyFromFile Method
Adds to the study definition when a definition is comprised
of multiple parts with an additional file based definition.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool AddStudyFromFile(
string pathToFile
)
Public Function AddStudyFromFile (
pathToFile As String
) As Boolean
public:
bool AddStudyFromFile(
String^ pathToFile
)
member AddStudyFromFile :
pathToFile : string -> bool
- pathToFile String
- to add to the study definition
Booleantrue if the data passes some basic sanity, false otherwise.
If this is the first call, it will initialize the study with the
definition otherwise it will be added to the existing data
definitions.