ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgScriptTriggerCollection.Item Property

RfsgScriptTriggerCollection.Item Property

RfsgScriptTriggerCollectionItem Property

Gets the Script trigger at a particular index.

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

Syntax

public RfsgScriptTrigger this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As RfsgScriptTrigger
	Get

Parameters

index
Type: SystemInt32

Property Value

Type: RfsgScriptTrigger
Returns an object of type RfsgScriptTrigger.

Exceptions

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

See Also

Was this information helpful?