VeriStand .NET API Reference

ParameterDeclaration.EvaluationMethod Property

Gets or sets the evaluation method (ByReference or ByValue) used to get the parameter value.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property EvaluationMethod As EvaluationMethod
C#
public EvaluationMethod EvaluationMethod { get; set; }
Visual C++
public:
property EvaluationMethod EvaluationMethod {
	EvaluationMethod get ();
	void set (EvaluationMethod value);
}

Property Value

An enumeration of EvaluationMethod.

See Also

Log in to get a better experience