CogToolCollection Parent Property Cognex VisionPro 9.22 SR1
Gets or sets the parent object of this CogToolCollection.

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

public Object Parent { get; set; }

Property Value

Type: Object
Parent object of this CogToolCollection. Useful when determining an ICogTool's ancestry.
See Also