Gets or sets the FitMethod.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.1.0.0
public Cog3DRangeImagePlaneEstimatorFitMethodConstants FitMethod { get; set; }public Cog3DRangeImagePlaneEstimatorFitMethodConstants FitMethod { get; set; }Public Property FitMethod As Cog3DRangeImagePlaneEstimatorFitMethodConstants
Get
Set
Public Property FitMethod As Cog3DRangeImagePlaneEstimatorFitMethodConstants
Get
Set
public:
property Cog3DRangeImagePlaneEstimatorFitMethodConstants FitMethod {
Cog3DRangeImagePlaneEstimatorFitMethodConstants get ();
void set (Cog3DRangeImagePlaneEstimatorFitMethodConstants value);
}public:
property Cog3DRangeImagePlaneEstimatorFitMethodConstants FitMethod {
Cog3DRangeImagePlaneEstimatorFitMethodConstants get ();
void set (Cog3DRangeImagePlaneEstimatorFitMethodConstants value);
}Property Value
Type:
Cog3DRangeImagePlaneEstimatorFitMethodConstants
The fit Method specifies which mode is used to fit the plane. May be either Area or
Points. The default is Area.
| Exception | Condition |
|---|
| ArgumentException |
If the supplied argument is not Area or
Points.
|