Eplan Platform API
Eplan.EplApi.DataModel Namespace / LockingVector Class / SetAsInternal Method

In This Topic
    SetAsInternal Method
    In This Topic
    Initializes LockingVectorProxy in API_Framework. Used automatically, internally.
    Syntax
    public bool SetAsInternal()
    public:
    bool SetAsInternal(); 
    Remarks
    If you experience locking problems when trying to execute (internal) actions from the ribbon via API, this can be caused by autolocking. In this case, please use the SafetyPoint class.
    See Also