Get or set the NxM grey morphology operation.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 69.0.0.0
public CogIPOneImageMorphologyOperationConstants Operation { get; set; }public CogIPOneImageMorphologyOperationConstants Operation { get; set; }Public Property Operation As CogIPOneImageMorphologyOperationConstants
Get
Set
Public Property Operation As CogIPOneImageMorphologyOperationConstants
Get
Set
public:
property CogIPOneImageMorphologyOperationConstants Operation {
CogIPOneImageMorphologyOperationConstants get ();
void set (CogIPOneImageMorphologyOperationConstants value);
}public:
property CogIPOneImageMorphologyOperationConstants Operation {
CogIPOneImageMorphologyOperationConstants get ();
void set (CogIPOneImageMorphologyOperationConstants value);
}Property Value
Type:
CogIPOneImageMorphologyOperationConstantsThe NxM grey morphology operation.
| Exception | Condition |
|---|
| ArgumentException | If the supplied value is not a valid member of the enumeration. |