CogJob OwnedIndependent Property Cognex VisionPro 9.22
Read-only property to retrieve the CogJobIndependent object.

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

public CogJobIndependent OwnedIndependent { get; }

Property Value

Type: CogJobIndependent
The CogJobIndependent contains all methods/properties/events which are related to Independent mode. This object cannot be retrieved in Dependent mode.
Exceptions

ExceptionCondition
CogOperatingModeMismatchExceptionThrown if the OperatingMode is set to Dependent mode.
Remarks

Examples

See Also