API Help
Eplan.EplApi.HEServices Namespace / Check Class / VerifyMDPartsDatabaseItems Method / VerifyMDPartsDatabaseItems(Project,Boolean) Method
Project to write messages to.
Verifies completed messages only when true

VerifyMDPartsDatabaseItems(Project,Boolean) Method
Starts a check run for all MDParts or only for MDParts from ProjectMessages marked as done depending on bVerifyCompletedMessagesOnly parameter.
Syntax
public void VerifyMDPartsDatabaseItems( 
   Project oProject,
   bool bVerifyCompletedMessagesOnly
)

Parameters

oProject
Project to write messages to.
bVerifyCompletedMessagesOnly
Verifies completed messages only when true
Exceptions
ExceptionDescription
Throw if parameter is invalid.
Remarks
Last-used scheme will be used which is currently set in GUI.
See Also