Click or drag to resize

SignalDataCollectionGetByType Method (Type)

Get the first object of the given type in this collection.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Object GetByType(
	Type type
)

Parameters

type
Type: SystemType
The type of data to retrieve.

Return Value

Type: Object
The data, or if there is no data of the given type.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when type is .
See Also