| SignalDataCollection Constructor (IEnumerableObject) | 
 Initializes a new instance.
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic SignalDataCollection(
	IEnumerable<Object> data
)
Public Sub New ( 
	data As IEnumerable(Of Object)
)
public:
SignalDataCollection(
	IEnumerable<Object^>^ data
)
new : 
        data : IEnumerable<Object> -> SignalDataCollectionParameters
- data
- Type: System.Collections.GenericIEnumerableObject
 Objects that will be added to the new signal data collection.  If , will be ignored.
 See Also
See Also