CogAlpsGenericFeature
Class that represents a generic feature.
Class name: CogAlpsGenericFeature
Namespace: Cognex.Designer.AlignPlus.Alignment
Assembly: Cognex.Designer.AlignPlus.Alignment.dll
Properties:
| Name | Type | Description |
|---|---|---|
| CameraIndex | Int32 | The index of the camera containing the point feature finder and the feature location. The value is -1 for multi camera custom feature finder. |
| Feature | Object | The found feature. This value is undefined if IsFound = false |
| FinderName | String | The name of the VisionPro tool. |
| IsFound | Boolean | Indicates if the feature was found |
| UserData | Cognex.VisionPro.CogDictionary | Any user data that is generated by the finder. |