ArcObjects Library Reference (GeoSurvey)  

ICadastralAdjustment3.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

ICadastralAdjustment3 Interface