This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacketEdit2 Interface > ICadastralPacketEdit2.CalcAllParcelCoordsEx Method (ArcObjects .NET 10.5 SDK) |
Compute the co-ordinates of all points in the packet, starting at initX, initY.
[Visual Basic .NET] Public Sub CalcAllParcelCoordsEx ( _ ByVal initX As Double, _ ByVal initY As Double, _ ByVal applyScaleRotation As Boolean _ )
[C#] public void CalcAllParcelCoordsEx ( double initX, double initY, bool applyScaleRotation );