This document is archived and information here might be outdated.  Recommended version.


IParcelConstruction.GetLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction Interface > IParcelConstruction.GetLine Method
ArcGIS Developer Help

IParcelConstruction.GetLine Method

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.

See Also

IParcelConstruction Interface