CogIndexedPropertyDescriptor Constructor Cognex VisionPro 9.22
Constructs a new instance of the CogIndexedPropertyDescriptor class.

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

public CogIndexedPropertyDescriptor(
	PropertyInfo propertyInfo,
	Type componentType,
	Object[] keys
)

Parameters

propertyInfo
Type: System.Reflection PropertyInfo
PropertyInfo wrapped by this property descriptor.
componentType
Type: System Type
Type of component containing this descriptor's property.
keys
Type:  System Object 
Index arguments used when accessing property.
See Also