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


IAdjustment.LimitedAdjustmentArea Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IA > IAdjustment Interface > IAdjustment.LimitedAdjustmentArea Property
ArcGIS Developer Help

IAdjustment.LimitedAdjustmentArea Property

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.

[C++]

C++ Specific

[Visual Basic .NET]

This is the net specific

See Also

IAdjustment Interface