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


IDigitizerSetup.ClearControlPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDigitizerSetup Interface > IDigitizerSetup.ClearControlPoints Method
ArcGIS Developer Help

IDigitizerSetup.ClearControlPoints Method

Removes all control points.

[Visual Basic .NET]
Public Sub ClearControlPoints ( _
)
[C#]
public void ClearControlPoints (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the ClearControlPoints property to clear all stored control points added. You can find out how many control points exist using the ControlPointCount property. You can also get existing control points using the GetControlPoint property or add new ones using the AddControlPoint method.

See Also

IDigitizerSetup Interface | ITransformation Interface | IDigitizerButtons Interface | IEditor Interface | IEditAttributeProperties Interface