ArcObjects Library Reference (GeoSurvey)  

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