Gets a list of all output properties that can be assigned to the given type.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
Parameters
- destinationType
- Type: System Type
The type of the property to which the output's value will be assigned.
- source
- Type: System Object
The object that is the source of the data.
Return Value
Type: ArrayListAn ArrayList of strings, each of which is a path to a compatible property.
See Also