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 > ICadastralAdjustment Interface > ICadastralAdjustment.PerformAdjustment Method (ArcObjects .NET 10.5 SDK) |
Perform the Adjustment on the packet.
[Visual Basic .NET] Public Function PerformAdjustment ( _ ByVal FixBoundary As Boolean, _ ByVal Filename As String, _ ByVal pTrackCancel As ITrackCancel, _ ByVal DistUnits As esriCadastralDistanceUnits, _ ByVal DirnType As esriDirectionType, _ ByVal AreaUnits As esriCadastralAreaUnits _ ) As String
[C#] public string PerformAdjustment ( bool FixBoundary, string Filename, ITrackCancel pTrackCancel, esriCadastralDistanceUnits DistUnits, esriDirectionType DirnType, esriCadastralAreaUnits AreaUnits );