Function ProMdlsHaveNoConflict
Description
the same as of ProMdlHasNoConflict(), but for multiple models.
Synopsis
#include <ProMdl.h>
ProMdlsHaveNoConflict
(
ProMdl* pp_models
/* (In)
ProArray of models to check.
*/
ProBoolean resolve
/* (In)
whether to apply default resolutions to found conflicts.
*/
ProBoolean* no_conflict
/* (Out)
PRO_B_TRUE indicates that no conflict were found or all were successfully resolved and hence all the models can be saved immediately.
*/
)
Returns
The function performed successfully.
One or more arguments are invalid.
The function failed to perform.
User Guide References
これは役に立ちましたか?