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


ILimitedAdjustmentAreaOperation.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IL > ILimitedAdjustmentAreaOperation Interface > ILimitedAdjustmentAreaOperation.Init Method
ArcGIS Developer Help

ILimitedAdjustmentAreaOperation.Init Method

Initializes the limited adjustment area operation with the new limited adjustment area.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal Adjustment As IAdjustment, _
    ByVal Editor As IEditor, _
    ByVal area As IPolygon _
)
[C#]
public void Init (
    IAdjustment Adjustment,
    IEditor Editor,
    IPolygon area
);

Product Availability

Available with ArcGIS Desktop.

See Also

ILimitedAdjustmentAreaOperation Interface