This document is archived and information here might be outdated. Recommended version. |
The GSLine in the table grid. Grid and display is refresh on return.
[Visual Basic .NET] Public Function GetLine ( _ ByVal Row As Integer, _ ByRef ppLine As IGSLine _ ) As Boolean
[C#] public bool GetLine ( int Row, ref IGSLine ppLine );
Returns the construction line at the specified row in the construction grid. If the From point of the grid is populated but not the To point, GetLine returns false.