LabVIEWAdapter.SetClusterPassingEnabled
- Updated2025-07-21
- 1 minute(s) read
LabVIEWAdapter.SetClusterPassingEnabled
Syntax
LabVIEWAdapter.SetClusterPassingEnabled( typeDefinition, clusterPassingEnabled)
Purpose
Specifies whether a type definition allows the LabVIEW Adapter to pass instances of the type as cluster parameters to VIs.
Parameters
typeDefinition As PropertyObject
[In] Specifies the type definition. This method returns an error if the property object is not a type definition.
clusterPassingEnabled As Boolean
[In] Specifies whether cluster passing is enabled.
See Also
LabVIEWAdapter.GetClusterPassingEnabled