This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INewLinkElementOperation Interface > INewLinkElementOperation.ControlPoint Property (ArcObjects .NET 10.5 SDK) |
The control point.
[Visual Basic .NET] Public Sub set_ControlPoint ( _ ByVal ID As String, _ ByRef pt As WKSPoint, _ ByVal A_3 As IControlPointContainer _ )
[C#] public void set_ControlPoint ( string ID, ref WKSPoint pt, ref IControlPointContainer A_3 );