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


ICadastralControlPoints.DeleteControlPointByName Method (ArcObjects .NET 10.5 SDK)
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