|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <pom/pom/libpom_exports.h>#include <pom/pom/libpom_undef.h>Go to the source code of this file.
Functions | |
| POMAPI int | POM_replace_reference (tag_t inst, tag_t replacement) |
Experimental interface definition for some functions in the POM module. Functions declared in this header file are supplied with no guarantee of support or being present in subsequent Teamcenter releases.
Definition in file pom_experimental.h.
Replace all references (the typed and untyped reference attribute values) to an instance (inst) with a replacement reference to another instance.
The function returns:
The following classes are excluded from having reference attribute values replaced:
| inst | (I) The instance whose references will be replaced. |
| replacement | (I) The reference replacing inst. |