ArcObjects Library Reference (GeoDatabaseExtensions)  

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