This method is used to change the coordinates of a polyline's point
Namespace:
GLSV
Assembly:
GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public void ChangePointCoordinates(
int iPointList,
XYZ newPointCoordinates
) |
Visual Basic (Declaration) |
---|
Public Sub ChangePointCoordinates ( _
iPointList As Integer, _
newPointCoordinates As XYZ _
) |
Visual C++ |
---|
public:
void ChangePointCoordinates(
int iPointList,
XYZ^ newPointCoordinates
) |
Parameters
- iPointList
- Type: System..::.Int32
The index of the point being edited
- newPointCoordinates
- Type: GLSV..::.XYZ
The new coordinates of the point edited
See Also