This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricLocks2 Interface > ICadastralFabricLocks2.AcquireLocks Method (ArcObjects .NET 10.5 SDK) |
Acquire locks on the LockingJob. TakeSoftLocks allows locks to be transferred from other jobs in the same version.
[Visual Basic .NET] Public Sub AcquireLocks ( _ ByVal pLocks As ILongArray, _ ByVal TakeSoftLocks As Boolean, _ ByVal pLocksInConflict As ILongArray, _ ByVal pSoftLocksInConflict As ILongArray _ )
[C#] public void AcquireLocks ( ILongArray pLocks, bool TakeSoftLocks, ILongArray pLocksInConflict, ILongArray pSoftLocksInConflict );
[C++]
HRESULT AcquireLocks(
ILongArray* pLocks,
VARIANT_BOOL TakeSoftLocks,
ILongArray* pLocksInConflict,
ILongArray* pSoftLocksInConflict
);
[C++]
Parameters pLocks [in]
pLocks is a parameter of type ILongArray TakeSoftLocks [in] TakeSoftLocks is a parameter of type VARIANT_BOOL pLocksInConflict [in]
pLocksInConflict is a parameter of type ILongArray pSoftLocksInConflict [in]
pSoftLocksInConflict is a parameter of type ILongArray