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


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

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