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


ILockedFeatureSearch.UnlockAllFeatures Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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