Model.DLLPath Property
- Updated2023-02-21
- 2 minute(s) read
Gets a reference to the compiled version of the model (
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI.dll
file).
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property DLLPath As DependentFile |
C# |
---|
public virtual DependentFile DLLPath { get; } |
Visual C++ |
---|
public: virtual property DependentFile^ DLLPath { DependentFile^ get (); } |