Sets the end point of the linear track.
Syntax: |
---|
DlxTrack.SetEndPoint(point) |
Parameters
Parameter | Description |
---|---|
point | A DlxPoint object with the coordinates specifying the track end point. |
Return Value
If the operation ends correctly it returns true otherwise it returns false.
Example
Copy code | |
---|---|
|