This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IC > IControlPointContainer Interface > IControlPointContainer.DeleteControlPoint Method (ArcObjects .NET 10.5 SDK) |
Removes the specified control point.
[Visual Basic .NET] Public Sub DeleteControlPoint ( _ ByVal ID As String, _ ByRef point As WKSPoint _ )
[C#] public void DeleteControlPoint ( string ID, ref WKSPoint point );