Function GraSegClose() Foundation
Ends the definition of a graphic segment.
GraSegClose( [<oPS>] ) --> lSuccess
The return value of GraSegClose() is .T. (true) when the segment was closed, otherwise it is .F. (false). If the return value equals .F., the cause of error can be determined by GraError().
The function GraSegClose() closes the definition of a graphic segment. It must always be executed after a call of GraSegOpen() (see GraSegOpen()).
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.