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