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


IDigitizerSetup.GetControlPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDigitizerSetup Interface > IDigitizerSetup.GetControlPoint Method
ArcGIS Developer Help

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 | IEditor Interface | IEditAttributeProperties Interface