Child shapes that make up this composite shape.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: CogGraphicChildrenEvents
| Event Type | Reason |
|---|---|
| CogCompositeShape Changed | Fires when the shapes collection changes. The following state flag may be affected: |
Remarks
The collection of child shapes that make up this composite shape.
The child shapes are specified in the parent graphic's coordinate space and must have a SelectedSpaceName of $. You can set the children's coordinate space with ParentFromChildTransform.
Note: This collection contains only the shapes that you add. It does not contain, for instance, handle shapes that appear in the Children collection.
Default Value: Empty
See Also