API 文档 > Miscellaneous > Object ProEcad > Function ProEcadGetChanges
Function ProEcadGetChanges
Description
Apply the changes from an incremental IDX input file into the current ECAD assembly design.
Synopsis
#include <ProEcadUtils.h>
ProEcadGetChanges
(
ProPath filename
/* (In)
Name of the input incremental IDX file.
*/
)
Returns
Finished successfully.
In case of a license error.
In case the input file name does not exist.
In case the Get changes operation is not applicable for the current design.
这对您有帮助吗?