Visual Basic (Declaration) | |
---|---|
Public MustOverride Function SetPoint( _ ByVal index As Integer, _ ByVal x As Double, _ ByVal y As Double, _ ByVal isConnect As Boolean _ ) As Integer |
Parameters
- index
- Index for the point of interest.
- x
- X point value
- y
- Y point value
- isConnect
- Whether the point is connected or not.
Return Value
The index of the resultant point.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)