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


INewLinkElementOperation.ControlPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INewLinkElementOperation Interface > INewLinkElementOperation.ControlPoint Property
ArcGIS Developer Help

INewLinkElementOperation.ControlPoint Property

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

INewLinkElementOperation Interface