API Help
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;}
Remarks
returns true, if the scheme if up to date, otherwise false. The Scheme can be updated with the method: UpdateScheme()
See Also