Gets whether NI VeriStand loaded the model successfully.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LoadSuccess As Boolean |
| C# |
|---|
public bool LoadSuccess { get; } |
| Visual C++ |
|---|
public:
property bool LoadSuccess {
bool get ();
} |
Property Value
true (True in Visual Basic) if the model loaded successfully.