Add a point to the end of a polyline.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void AddPoint( int x, int y )
Public Sub AddPoint ( _ x As Integer, _ y As Integer _ )
public: void AddPoint( int x, int y )
Parameters
- x
- Int32
Horizontal position
- y
- Int32
Vertical position