ArcObjects Library Reference (GeoSurvey)  

ICadastralPoints.AddPoint Method

Add a Point to Packet.

[Visual Basic .NET]
Public Sub AddPoint ( _
    ByVal pGSPoint As IGSPoint _
)
[C#]
public void AddPoint (
    IGSPoint pGSPoint
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPoints Interface