CogPropertyDescriptor GetProperties Method Cognex VisionPro 9.7
Gets a PropertyDescriptorCollection containing property descriptors that will respond to Changed events.

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

public static PropertyDescriptorCollection GetProperties(
	Object component,
	Attribute[] attributes
)

Parameters

component
Type: System Object
The component for which to get property descriptors.
attributes
Type:  System Attribute 
An array of type System.Attribute to use as a filter.

Return Value

Type: PropertyDescriptorCollection
See Also