ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgArbMarkerCollection.Item Property

RfsgArbMarkerCollection.Item Property

RfsgArbMarkerCollectionItem Property

Gets the Arb Marker event at the particular index.

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

Syntax

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

Parameters

index
Type: SystemInt32
Specifies the marker index.

Example: For marker0, index is 0.

Property Value

Type: RfsgArbMarkerAttributes
Gets the RfsgArbMarkerAttributes sub-object to configure channel based marker properties.

See Also

In This Section
Was this information helpful?