The area that the adjustment will be limited to.
[Visual Basic .NET] Public Property LimitedAdjustmentArea As IPolygon
[C#] public IPolygon LimitedAdjustmentArea {get; set;}
Product Availability
Available with ArcGIS Desktop.
Remarks
The LimitedAdjustmentArea is a polygonal area that restricts a rubber sheeting adjustment to the defined area. Only vertices within the area are adjusted. If set, the area is only visible when the adjustment method is set to RubberSheet. You can only set one area at a time, further sets overwrite the previous area, and it does not persist with the map document. The area is draw using the fill symbol from the IAdjustProperties::LimitedAdjustmentAreaSymbol property.