CogDataBinding GetCompatibleOutputs Method (Type, Type)Cognex VisionPro 9.7
Gets a list of all output properties that can be assigned to the given type. This override should only be called if an instance of the source object is not available.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public static ArrayList GetCompatibleOutputs(
	Type destinationType,
	Type sourceType
)

Parameters

destinationType
Type: System Type
The type of the property to which the output's value will be assigned.
sourceType
Type: System Type
The type of the object that is the source of the data.

Return Value

Type: ArrayList
An ArrayList of strings, each of which is a path to a compatible property.
See Also