ArcObjects Library Reference (Editor)  

IDigitizerSetup.AddControlPoint Method

Adds a control point to the transformation.

[Visual Basic .NET]
Public Sub AddControlPoint ( _
    ByVal xDigitizer As Double, _
    ByVal yDigitizer As Double, _
    ByVal xMap As Double, _
    ByVal yMap As Double _
)
[C#]
public void AddControlPoint (
    double xDigitizer,
    double yDigitizer,
    double xMap,
    double yMap
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the AddControlPoint method to create a transformation point using digitizer x and y values.

See Also

IDigitizerSetup Interface | ITransformation Interface | IDigitizerButtons Interface | IEditAttributeProperties Interface