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


ILimitedAdjustmentAreaOperation.Init Method (ArcObjects .NET 10.5 SDK)
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