Adds a control point.
[Visual Basic .NET]
Public Sub AddControlPoint ( _
ByVal ID As String, _
ByRef point As WKSPoint _
)
[C#]
public void AddControlPoint (
string ID,
ref WKSPoint point
);
Product Availability
Available with ArcGIS Desktop.
See Also
IControlPointContainer Interface