ArcObjects Library Reference (EditorExt)  

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