SpelPoint Methods
Sub Clear ()
Clears all point data.
Sub New ()
The default constructor. Creates an empty point (all data is cleared).
Sub New (X As Single, Y As Single, Z As Single, U As Single [, V As Single] [, W As Single])
The optional constructor for a new point that specifies coordinates.
Function ToString([Format As String]) As String
Override for ToString that allows a Format to be specified. This returns the point as defined in SPEL+.
Format can be:
- Empty:
Returns all the points with all their coordinates and attributes
"XY" Returns "XY(…)"
"XYST" Returns "XY(…) :ST(…)"