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


ICadastralAdjustment2.GetMaxShiftData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralAdjustment2.GetMaxShiftData Method

The point and amount of max shift in the adjustment.

[Visual Basic .NET]
Public Sub GetMaxShiftData ( _
    ByRef ptNo As Integer, _
    ByRef maxEast As Double, _
    ByRef maxNorth As Double _
)
[C#]
public void GetMaxShiftData (
    ref int ptNo,
    ref double maxEast,
    ref double maxNorth
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralAdjustment2 Interface