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


IControlPointContainer.GetControlPoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

IControlPointContainer.GetControlPoint Method

The control point at the specified index.

[Visual Basic .NET]
Public Sub GetControlPoint ( _
    ByVal index As Integer, _
    ByRef ID As String, _
    ByRef point As WKSPoint _
)
[C#]
public void GetControlPoint (
    int index,
    ref string ID,
    ref WKSPoint point
);

Product Availability

Available with ArcGIS Desktop.

See Also

IControlPointContainer Interface