CogToolCollection GetProperties Method ( Attribute )Cognex VisionPro 9.23
Returns a collection containing all PropertyDescriptors found in the standard fasion, augmented with property descriptors for each ICogTool that can be obtained using the string overload of the item indexer.

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

protected override PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)

Parameters

attributes
Type:  System Attribute 
An array of type Attribute that is used as a filter.

Return Value

Type: PropertyDescriptorCollection
An array of type Attribute that represents the properties for this CogToolCollection instance that match the given set of attributes.
See Also