FactoryInitializeStudyFromFile Method
Initializes the factory to create collectors for a study
with a file based data definition.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool InitializeStudyFromFile(
string pathToFile
)
Public Function InitializeStudyFromFile (
pathToFile As String
) As Boolean
public:
bool InitializeStudyFromFile(
String^ pathToFile
)
member InitializeStudyFromFile :
pathToFile : string -> bool
- pathToFile String
- from the server which identifies the study characteristics this Factory will use
Booleantrue if the data passes some basic sanity, false otherwise
An instance of a Factory will only create collectors for the most
recently configured study. Previously initialized study definitions
are replaced with the new data if true is returned.