CogToolTerminals CogIndexedPropertyInfo Constructor Cognex VisionPro
Creates a new instance of the CogIndexedPropertyInfo class.

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

public CogIndexedPropertyInfo(
	PropertyInfo propertyInfo,
	Object[] indexes
)

Parameters

propertyInfo
Type: System.Reflection PropertyInfo
A PropertyInfo to wrap.
indexes
Type:  System Object 
Index arguments to use if the supplied ProertyInfo is an indexed property.
See Also