ICogModelFeature ParentFeature Property Cognex VisionPro 9.5
If this feature has a ParentFeature, then Weight and Polarity are defined with respect to the parent. The effective weight (or polarity) of this feature is its Weight (or Polarity) times the parent's effective weight (or polarity).

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

ICogModelFeature ParentFeature { get; }

Property Value

Type: ICogModelFeature
Remarks

Returns this feature's parent feature if it has one

If this feature has a parent feature, its Weight and Polarity are defined with respect to the parent. The effective weight of this feature is its Weight times the parent's effective weight. Similarly, the effective polarity of this feature is its Polarity times the parent's effective polarity.

See Also