This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralAdjustment2 Interface > ICadastralAdjustment2.GetMaxShiftData Method (ArcObjects .NET 10.5 SDK) |
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 );