VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

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)

Syntax

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

Was this information helpful?