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


IFileDataLock.GetLockType Method (ArcObjects .NET 10.4 SDK)
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