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


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

ICadastralAdjustment.PerformAdjustment Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralAdjustment Interface