ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
pom_experimental.h File Reference
#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)
 

Detailed Description

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.

Function Documentation

POMAPI int POM_replace_reference ( tag_t  inst,
tag_t  replacement 
)

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:

  • CFM_configuration_object
  • IMAN_relation
  • ItemVersionFolder
Parameters
inst(I) The instance whose references will be replaced.
replacement(I) The reference replacing inst.