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.2.419.0 (24.2.419.0)
Syntax public Object GetByType(
Type type
)
Public Function GetByType (
type As Type
) As Object
public:
Object^ GetByType(
Type^ type
)
member GetByType :
type : Type -> Object
Parameters
- type
- Type: SystemType
The type of data to retrieve.
Return Value
Type:
ObjectThe data, or
if there is no data of the given type.
Exceptions See Also