This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDigitizerSetup Interface > IDigitizerSetup.AddControlPoint Method (ArcObjects .NET 10.5 SDK) |
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 );
IDigitizerSetup Interface | ITransformation Interface | IDigitizerButtons Interface | IEditor Interface | IEditAttributeProperties Interface