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

In This Topic
    IsFixedDevice Property (Connection)
    In This Topic
    Checks if device to which connection is assign is fixed or not.
    Syntax
    public bool IsFixedDevice {get;}
    public:
    property bool IsFixedDevice {
       bool get();
    }
    Remarks
    If device is fixed no ArticleReference can be added/changed/removed from device of this connection. The same is with properties FUNC_ARTICLE_PARTNR and FUNC_ARTICLE_COUNT.
    See Also