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


ICadastralFabricLocks.LockingJob Property (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.LockingJob Property
ArcGIS Developer Help

ICadastralFabricLocks.LockingJob Property

The name of the Job to apply locks on.

[Visual Basic .NET]
Public WriteOnly Property LockingJob
[C#]
public void LockingJob {set;}
[C++]
HRESULT put_LockingJob(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

Remarks

The Cadastral Job on which all methods will be applied.

When using this interface you need to first set this property, before using any of the other methods.

See Also

ICadastralFabricLocks Interface