CogObjectBase GetProperties Method ( Attribute )Cognex VisionPro 9.20
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.

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

protected virtual PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)

Parameters

attributes
Type:  System Attribute 

Return Value

Type: PropertyDescriptorCollection
See Also