Adds a PointSet at the end of the set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void Add(
	PointSet pointSet
)
Visual Basic (Declaration)
Public Sub Add ( _
	pointSet As PointSet _
)
Visual C++
public:
void Add(
	PointSet^ pointSet
)

Parameters

pointSet
Type: ceometric.VectorGeometry..::.PointSet
A point set.

See Also