CogBlobMorphologyCollection Add Method Cognex VisionPro 9.7
Adds the given item to the end of this collection.

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 73.0.0.0
Syntax

public void Add(
	CogBlobMorphologyConstants value
)
Events

Exceptions

ExceptionCondition
ArgumentException If the supplied value is not a valid member of the enumeration.
See Also