com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricLocks2
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CadastralFabric
public interface ICadastralFabricLocks2
- extends Serializable
Provides access to additional members that assign object locks for a cadastral job.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
acquireLocks
void acquireLocks(ILongArray pLocks,
boolean takeSoftLocks,
ILongArray pLocksInConflict,
ILongArray pSoftLocksInConflict)
throws IOException,
AutomationException
- Acquire locks on the LockingJob. TakeSoftLocks allows locks to be transferred from other jobs in the same version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pLocks
- A reference to a com.esri.arcgis.system.ILongArray (in)takeSoftLocks
- The takeSoftLocks (in)pLocksInConflict
- A reference to a com.esri.arcgis.system.ILongArray (in)pSoftLocksInConflict
- A reference to a com.esri.arcgis.system.ILongArray (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.