Adds a PointSet at the end of the set.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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.