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


IFileDataLock.ChangeFileLock Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFileDataLock Interface > IFileDataLock.ChangeFileLock Method
ArcGIS Developer Help

IFileDataLock.ChangeFileLock Method

Change the file data lock type.

[Visual Basic .NET]
Public Sub ChangeFileLock ( _
    ByVal LockType As esriLockMgrType _
)
[C#]
public void ChangeFileLock (
    esriLockMgrType LockType
);
[C++]
HRESULT ChangeFileLock(
  esriLockMgrType LockType
);
[C++]
Parameters
LockType [in]

LockType is a parameter of type esriLockMgrType

Product Availability

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

See Also

IFileDataLock Interface