This method is used to add a new point to the polyline

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void AddPoint(
	XYZ newPoint
)
Visual Basic (Declaration)
Public Sub AddPoint ( _
	newPoint As XYZ _
)
Visual C++
public:
void AddPoint(
	XYZ^ newPoint
)

Parameters

newPoint
Type: GLSV..::.XYZ
The new point to be added

See Also