When used as the Content of a record, this class specifies that when the
record is displayed it should call a method or set a property of the CogDisplay control.
Inheritance Hierarchy
Cognex.VisionPro.Implementation CogRecord DisplayMethod
Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
The CogRecord DisplayMethod type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogRecord DisplayMethod |
Constructs a new instance of the DisplayMethod class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Arguments |
Gets the arguments to the method, or null if no arguments are needed.
| |
| BindingType |
Gets the type of binding, either BindingFlags.SetProperty or BindingFlags.InvokeMethod.
| |
| Name |
Gets the name of the method or property to be called.
|
See Also