ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Fields
BOM_duplicate_item_map_s Struct Reference

#include <bomclone.h>

Data Fields

char * newItemId
 
char * newItemName
 
tag_t oldItemTag
 

Detailed Description

Contains the mapping of how an Item is to be processed by Duplicate operation. This mapping is used to override the default Item ID naming BOM_duplicate_default_name_t and default clone action for a specific Item.

Note
The Duplicate operation determines if an Item will be cloned or referenced based on the OldItemTag and newItemId parameters.
An old Item will be cloned during Duplicate operation if new Item ID is different then the Item ID on the old Item.
An old Item will be referenced during Duplicate operation if new Item ID is the same as the Item ID on the old Item.
If the old Item is not in this map then the default Item ID naming BOM_duplicate_default_name_t and default clone action will be applied to the Item.

Definition at line 91 of file bomclone.h.

Field Documentation

char* BOM_duplicate_item_map_s::newItemId

New Item Id string to use for new cloned Item of oldItemTag

Definition at line 94 of file bomclone.h.

char* BOM_duplicate_item_map_s::newItemName

New Item Name string to use for new cloned Item of oldItemTag

Definition at line 95 of file bomclone.h.

tag_t BOM_duplicate_item_map_s::oldItemTag

Old Item Tag to be processed

Definition at line 93 of file bomclone.h.


The documentation for this struct was generated from the following file: