ArcObjects Library Reference (GeoSurvey)  

ICadastralControlPoints.DeleteControlPointByName Method

Delete control point specified by name.

[Visual Basic .NET]
Public Sub DeleteControlPointByName ( _
    ByVal Name As String _
)
[C#]
public void DeleteControlPointByName (
    string Name
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralControlPoints Interface