ToolTrackingCollection Parent Property Cognex VisionPro 9.23
Get

Gets the parent object of this CogToolTrackingCollection.

Set

Sets Parent.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public IObject Parent { get; set; }

Return Value

Type: IObject

Parent object of this CogToolTrackingCollection. Useful when determining an ICogTool's ancestry.

Remarks

Changed Raises because this method changes the Parent property. The following StateFlags may be affected:

See Also