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


ICadastralLinePoints2.AddLinePoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralLinePoints2 Interface > ICadastralLinePoints2.AddLinePoint Method
ArcGIS Developer Help

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

ICadastralLinePoints2 Interface