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


IGSParcel.GetLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.GetLine Method
ArcGIS Developer Help

IGSParcel.GetLine Method

Get nth Parcel line.

[Visual Basic .NET]
Public Function GetLine ( _
    ByVal Id As Integer _
) As IGSLine
[C#]
public IGSLine GetLine (
    int Id
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface