ArcObjects Library Reference (CadastralUI)  

IParcelConstruction4.GetLineGeometry Method

The polyline repesentation of the GSLine. Method supports Line Strings and is projected.

[Visual Basic .NET]
Public Function GetLineGeometry ( _
    ByVal Row As Integer _
) As IPolyline
[C#]
public IPolyline GetLineGeometry (
    int Row
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface