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.GetControlPoint Method (ArcObjects .NET 10.5 SDK) |
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 );
IDigitizerSetup Interface | ITransformation Interface | IDigitizerButtons Interface | IEditor Interface | IEditAttributeProperties Interface