Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / IsFixedDevice Property

In This Topic
    IsFixedDevice Property (Function)
    In This Topic
    Set or checks if device of this function is fixed.
    Syntax
    public bool IsFixedDevice {get; set;}
    public:
    property bool IsFixedDevice {
       bool get();
       void set (    bool value);
    }
    Remarks
    If device is fixed no ArticleReference can be added/changed/removed from device of this function. The same is with properties FUNC_ARTICLE_PARTNR and FUNC_ARTICLE_COUNT.
    See Also