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


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

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