ArcObjects Library Reference (Editor)  

IDigitizerSetup.GetControlPoint Method

A control point's X,Y coordinates in Digitizer and Map units.

[Visual Basic .NET]
Public Sub GetControlPoint ( _
    ByVal index As Integer, _
    ByRef xDigitizer As Double, _
    ByRef yDigitizer As Double, _
    ByRef xMap As Double, _
    ByRef yMap As Double _
)
[C#]
public void GetControlPoint (
    int index,
    ref double xDigitizer,
    ref double yDigitizer,
    ref double xMap,
    ref double yMap
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the GetControlPoint property to retrieve the transformation point using an x and y value.

See Also

IDigitizerSetup Interface | ITransformation Interface | IDigitizerButtons Interface | IEditAttributeProperties Interface