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


IGSParcel.InsertLine 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.InsertLine Method
ArcGIS Developer Help

IGSParcel.InsertLine Method

Get nth Parcel line.

[Visual Basic .NET]
Public Sub InsertLine ( _
    ByVal index As Integer, _
    ByVal pGSLine As IGSLine _
)
[C#]
public void InsertLine (
    int index,
    IGSLine pGSLine
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface