CogJobManager OwnedDependent Property Cognex VisionPro 9.5
Read-only property to retrieve the CogJobManagerDependent object.

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

public CogJobManagerDependent OwnedDependent { get; }

Property Value

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

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

Examples

See Also