API Help
Eplan.EplApi.Remoting Namespace / IEplanRemoting Interface / LockUnlockAllObjectsAsynch Method
Full project path name.
lock or unlock flag.

In This Topic
LockUnlockAllObjectsAsynch Method
In This Topic
Lock or unlock all Objects.
Syntax
[OperationContract(true)]
void LockUnlockAllObjectsAsynch( 
   string strFullProjectName,
   bool bLock
)

Parameters

strFullProjectName
Full project path name.
bLock
lock or unlock flag.
Remarks
This call is executed asynchronously.
See Also