ArcObjects Library Reference (Editor)  

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 | IEditAttributeProperties Interface