AcSmDatabaseClassGetLockOwnerInfo Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual void GetLockOwnerInfo(
out string pstrUserName,
out string pstrMachineName
)
Public Overridable Sub GetLockOwnerInfo (
<OutAttribute> ByRef pstrUserName As String,
<OutAttribute> ByRef pstrMachineName As String
)
public:
virtual void GetLockOwnerInfo(
[OutAttribute] String^% pstrUserName,
[OutAttribute] String^% pstrMachineName
)
abstract GetLockOwnerInfo :
pstrUserName : string byref *
pstrMachineName : string byref -> unit
override GetLockOwnerInfo :
pstrUserName : string byref *
pstrMachineName : string byref -> unit
Parameters
- pstrUserName
- Type: SystemString
- pstrMachineName
- Type: SystemString
Implements
IAcSmDatabaseGetLockOwnerInfo(String, String)
See Also