ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverOperation.RangeCheck Property

RfsgDriverOperation.RangeCheck Property

RfsgDriverOperationRangeCheck Property

Gets or sets whether to validate property values and method parameters.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool RangeCheck { get; set; }
Public Property RangeCheck As Boolean
	Get
	Set

Property Value

Type: Boolean
if validation is enabled; otherwise, . The default value is .

Exceptions

ExceptionCondition
ObjectDisposedException The RangeCheck property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?