FactoryAddToStudy Method
Adds to the study definition when a definition is comprised
of multiple parts with an additional memory based definition.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool AddToStudy(
byte[] studyBytes
)
Public Function AddToStudy (
studyBytes As Byte()
) As Boolean
public:
bool AddToStudy(
array<unsigned char>^ studyBytes
)
member AddToStudy :
studyBytes : byte[] -> bool
- studyBytes Byte
- 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.