This document is archived and information here might be outdated. Recommended version. |
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