ModelParameter Constructor
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Initializes a new instance of ModelParameter with the specified parameter and expression.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ parameter As ModelParamType, _ expression As String _ ) |
| C# |
|---|
public ModelParameter( ModelParamType parameter, string expression ) |
| Visual C++ |
|---|
public: ModelParameter( ModelParamType^ parameter, String^ expression ) |
Parameters
- parameter
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ModelSupport.ModelParamType
The model parameter.
- expression
- Type: System.String
The expression of the model parameter.