Cog3DScalarCollection Add Method Cognex VisionPro 9.5
Appends the supplied item to the end of the collection.

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

public virtual void Add(
	double value
)

Parameters

value
Type: System Double
The Cog3DVect3 to be added to this collection.

Implements

ICollection T  Add(T)
See Also