LabVIEWNXGAdapter.SetExcludeFromCluster

Syntax

LabVIEWNXGAdapter.SetExcludeFromCluster( typeDefinition, propertyLookupString, excludeFromCluster)

Purpose

Specifies whether the specified type definition property is excluded when converting instances of the type definition into clusters to pass as 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.

propertyLookupString As String

[In] Specifies the location of the property in the type definition.

excludeFromCluster As Boolean

[In] Set this parameter to True to exclude the corresponding property. Otherwise, set this parameter to False.

See Also

LabVIEWNXGAdapter.GetExcludeFromCluster

LabVIEWNXGAdapter.SetClusterPassingEnabled