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


ICadastralFabricLocks.UndoLastAcquiredLocks Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricLocks Interface > ICadastralFabricLocks.UndoLastAcquiredLocks Method
ArcGIS Developer Help

ICadastralFabricLocks.UndoLastAcquiredLocks Method

Rolls back most recent set of acquired locks, until last edit operation. Only effective once.

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

Product Availability

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

Remarks

Undo the last set of locks acquired. This action is applied up until the last edit operation.

See Also

ICadastralFabricLocks Interface