API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / IsOpen Property

In This Topic
    IsOpen Property (MDPartsDatabase)
    In This Topic
    Returns true if the parts database is open. (or connected if sql-server is used)
    Syntax
    public bool IsOpen {get;}
    public:
    property bool IsOpen {
       bool get();
    }
    See Also