Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / IsDeviceLocked Method

In This Topic
    IsDeviceLocked Method
    In This Topic

    Determines if the the Device (which can refer to several objects, such as all function's representations) is locked.

    The LockDevice is locked when it was explicitly or implicitly locked.

    Syntax
    public bool IsDeviceLocked( 
       bool bWithCDPs
    )
    public:
    bool IsDeviceLocked( 
       bool bWithCDPs
    ) 

    Parameters

    bWithCDPs

    Return Value

    true : the Device is locked

    false : the Device (or at least one component) is not locked

    See Also