Click or drag to resize

SignalCollectionItem Property

Gets the constituent signal at the given index.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Signal this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the signal to retrieve.

Return Value

Type: Signal
The requested signal.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the index is less than zero or not less than Count.
See Also