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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.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