Adds a point to the set.

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

Syntax

C#
public int Add(
	Point point
)
Visual Basic (Declaration)
Public Function Add ( _
	point As Point _
) As Integer
Visual C++
public:
int Add(
	Point^ point
)

Parameters

point
Type: ceometric.VectorGeometry..::.Point
A point.

Return Value

Returns the zero-based index of a point in the set.

See Also