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


IControlPointContainer.GetControlPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IC > IControlPointContainer Interface > IControlPointContainer.GetControlPoint Method
ArcGIS Developer Help

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