Eplan Platform API
Eplan.EplApi.DataModel Namespace / LockingExceptionFailedLockAttempt Class / GetAllFailed2LockAsString Method

In This Topic
    GetAllFailed2LockAsString Method (LockingExceptionFailedLockAttempt)
    In This Topic
    returns all object ids of the objects which were not locked. In case this exception was produced while accessing unlocked object in write mode, only one object will be returned (the one which was accessed first).
    Syntax
    public override string[] GetAllFailed2LockAsString()
    public:
    array<String^>^ GetAllFailed2LockAsString(); override 
    See Also