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 );
Product Availability
Available with ArcGIS Desktop.
Remarks
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.