CogIndexedPropertyDescriptor GetPropertyInfo Method Cognex VisionPro 9.7
Gets the PropertyInfo having the appropriate name and arguments.

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

public static PropertyInfo GetPropertyInfo(
	Type componentType,
	string propertyName,
	Object[] keys
)

Parameters

componentType
Type: System Type
Type from which to obtain the PropertyInfo.
propertyName
Type: System String
Name of the property whose PropertyInfo is being retrieved.
keys
Type:  System Object 
Arguments of the property whose PropertyInfo is being retrieved.

Return Value

Type: PropertyInfo
See Also