Cog3DVect2Collection Add Method Cognex VisionPro 9.22 SR1
Appends the supplied item to the end of the collection.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 87.1.0.0
Syntax

public virtual void Add(
	Cog3DVect2 value
)

Parameters

value
Type: Cognex.VisionPro3D Cog3DVect2
The Cog3DVect2 to be added to this collection.

Implements

ICollection T  Add(T)
See Also