CompositeShape Shapes Property Cognex VisionPro 9.21

Child shapes that make up this composite shape.

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

public GraphicChildren Shapes { get; }

Property Value

Type: GraphicChildren
Default Value: Empty
Remarks

Changed Raised when the shapes collection changes.

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 $ (Fully-Qualified (FQ) Space Names). You can set the children's coordinate space with ParentFromChildTransform.

See Also