ArcObjects Library Reference (GeoSurvey)  

ICadastralLinePoints.AddLinePoint Method

Add a line point to a packet parcel.

[Visual Basic .NET]
Public Sub AddLinePoint ( _
    ByVal PointA As Integer, _
    ByVal PointB As Integer, _
    ByVal LinePoint As Integer _
)
[C#]
public void AddLinePoint (
    int PointA,
    int PointB,
    int LinePoint
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLinePoints Interface