This document is archived and information here might be outdated.  Recommended version.


ICadastralPacketEdit2.CalcAllParcelCoordsEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPacketEdit2 Interface > ICadastralPacketEdit2.CalcAllParcelCoordsEx Method
ArcGIS Developer Help

ICadastralPacketEdit2.CalcAllParcelCoordsEx Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPacketEdit2 Interface