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.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
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: ArrayListAn ArrayList of strings, each of which is a path to a compatible property.
See Also