SignalContainsDataByType Method (Type) | 
 
            Gets a value indicating whether this signal contains data of the specified type.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool ContainsDataByType(
	Type type
)
Public Function ContainsDataByType ( 
	type As Type
) As Boolean
public:
bool ContainsDataByType(
	Type^ type
)
member ContainsDataByType : 
        type : Type -> bool 
Parameters
- type
 - Type: SystemType
The type of data to check for. 
Return Value
Type: 
Boolean if this signal contains data of the specified type; otherwise 
.
See Also