Cog3DVect3Collection Add Method Cognex VisionPro 9.21 SR1
Appends the supplied item to the end of the collection.

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

public virtual void Add(
	Cog3DVect3 value
)

Parameters

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

Implements

ICollection T  Add(T)
See Also