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


IAdjustment.UpdateExtentOnSave 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.UpdateExtentOnSave Property
ArcGIS Developer Help

IAdjustment.UpdateExtentOnSave Property

Indicates whether the target feature layer's extent should be recalculated when the Editor saves changes.

[Visual Basic .NET]
Public Property UpdateExtentOnSave As Boolean
[C#]
public bool UpdateExtentOnSave {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property determines if the feature class extent is recalculated after an adjustment. This can be a time consuming process for feature classes containing thousands of features.

See Also

IAdjustment Interface