CogPMAlignComposite CompositeData Property Cognex VisionPro
Gets or sets the CompositeData property.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public CogPMAlignCompositeDataItemCollection CompositeData { get; set; }

Property Value

Type: CogPMAlignCompositeDataItemCollection
A default constructed collection.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfCompositeData state flag may be affected.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the supplied value is null.
See Also