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


ISchematicDatasetLock.CurrentLock Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDatasetLock.CurrentLock Property

Schematic Dataset Lock status.

[Visual Basic .NET]
Public Property CurrentLock As String
[C#]
public string CurrentLock {get; set;}
[C++]
HRESULT get_CurrentLock(
  BSTR* LockInfo
);
[C++]
HRESULT put_CurrentLock(
  BSTR LockInfo
);
[C++]

Parameters LockInfo [out, retval] LockInfo is a parameter of type BSTR LockInfo [in] LockInfo is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDatasetLock Interface