LabVIEWNXGAdapter.GetClusterMemberIsBinaryString

Syntax

LabVIEWNXGAdapter.GetClusterMemberIsBinaryString( typeDefinition, propertyLookupString)

Return Value

Boolean

Purpose

Returns True if the cluster member that corresponds to the specified type definition property contains binary data.

Remarks

TestStand preserves NUL bytes when setting and getting LabVIEW NXG string data for binary strings.

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.

See Also

LabVIEWNXGAdapter.GetClusterPassingEnabled

LabVIEWNXGAdapter.SetClusterMemberIsBinaryString

LabVIEWNXGParameter.PassAsBinaryString