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


ILockedFeatureSearch.UnlockAllFeatures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILockedFeatureSearch Interface > ILockedFeatureSearch.UnlockAllFeatures Method
ArcGIS Developer Help

ILockedFeatureSearch.UnlockAllFeatures Method

Unlocks all features that are locked.

[Visual Basic .NET]
Public Sub UnlockAllFeatures ( _
)
[C#]
public void UnlockAllFeatures (
);
[C++]
HRESULT UnlockAllFeatures(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILockedFeatureSearch Interface