Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / EplanRemoteClient Class / LockAllEplanObjects Method
Full link file name of the project.

In This Topic
    LockAllEplanObjects Method (EplanRemoteClient)
    In This Topic
    Lock all objects in given project.
    Syntax
    public EplanResponse LockAllEplanObjects( 
       string strFullProjectName
    )
    public:
    EplanResponse^ LockAllEplanObjects( 
       String^ strFullProjectName
    ) 

    Parameters

    strFullProjectName
    Full link file name of the project.

    Return Value

    Returns an EplanResponse object.
    Remarks
    In which mode this call is executed, synchronously or asynchronously, depends on the SynchronousMode property. Per default all calls are executed asynchronously (except Connect). You can change this behavior by setting the SynchronousMode property to true in order to make synchronous calls. If the call is asynchronous, EPLAN application sends a completed-execution acknowledgment response when the call is completely executed. The property AsyncCallCompleted in EplanResponse is set to true.
    See Also