CogTrackingCollection T  GetProperties Method ( Attribute )Cognex VisionPro 9.8 SR1
Returns a collection containing all PropertyDescriptors found in the standard fasion, augmented with property descriptors name and ID of the tracked item that can be obtained using the string overload of the item indexer.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.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 CogTrackingCollection instance that match the given set of attributes.
See Also