CogCompositeShape ID Property Cognex VisionPro 9.5
Property for identifying this graphic.

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

public int ID { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCompositeShape Changed

Fires when the ID changes.

The following state flag may be affected:

    Remarks

    Sets or gets an ID that identifies this composite shape. VisionPro uses the ID in result graphics to correlate a result graphic with a particular result, which also has an ID.

    Default Value: -1

    See Also