Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / SmartLock Method

In This Topic
    SmartLock Method
    In This Topic
    Tries to lock current object. If object is Placement - it's page will be locked as well; Eplan.EplApi.DataModel.E3D.Placement3D locks it's installation space; Function locks all it's connections and connection definition points; Page locks all placements from this page. Throws Eplan.EplApi.Base.LockingException on failure.
    Syntax
    public void SmartLock()
    public:
    void SmartLock(); 
    See Also