CogShapeModelCircle Weight Property Cognex VisionPro 9.7
Returns/sets the weight of this feature. The weight of a feature determines its relative importance compared to other features of the model. The weight defaults to 1.0.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual double Weight { get; set; }

Property Value

Type: Double

Implements

ICogModelFeature Weight
Events

Event TypeReason
CogModelFeatureChanged

Fires when the weight changes.

The following state flag may be affected:

    Remarks

    Sets or gets the weight of this feature. The weight of a feature determines its relative importance compared to other features of the model.

    Default Value: 1.0

    See Also