ArcObjects Library Reference (GeoDatabase)  

IFileDataLock.GetLockType Method

Get the lock type.

[Visual Basic .NET]
Public Function GetLockType ( _
) As esriLockMgrType
[C#]
public esriLockMgrType GetLockType (
);
[C++]
HRESULT GetLockType(
  esriLockMgrType* LockType
);
[C++]

Parameters

LockType [out, retval]

  LockType is a parameter of type esriLockMgrType

Product Availability

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

See Also

IFileDataLock Interface