Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / IsSchemeUpToDate Property

In This Topic
    IsSchemeUpToDate Property
    In This Topic
    Test, whether the scheme of the database is up to date.
    Syntax
    public bool IsSchemeUpToDate {get;}
    public:
    property bool IsSchemeUpToDate {
       bool get();
    }
    Remarks
    returns true, if the scheme if up to date, otherwise false. The Scheme can be updated with the method: UpdateScheme()
    See Also