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


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

IParcelConstruction3.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

IParcelConstruction3 Interface