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


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

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