UF_UGMGR_new_part_no_s (view source)
 
Defined in: uf_ugmgr_types.h
 
Also known as:
 
Overview
This structure is used to define the parameters for a new Part
specification in a customization of the new-Part dialog in NX Manager.


Data Members

old_item
const char*
Seed name for the new item id, this may be NULL

item_type
const char*
Name of item type for which number is being generated.

part_number_modifiable
logical
Flag whether the user can change the returned value of new_id

new_id [ UF_UGMGR_PARTNO_BUFSIZE ]
char
Returned string for new part number, this may be an empty string

part_name_modifiable
logical
Flag whether the user can change the returned value of new_name

new_name [ UF_UGMGR_NAME_BUFSIZE ]
char
Returned string for new part name, this may be an empty string

part_description_modifiable
logical
Flag whether the user can change the returned value of new description.

new_description [ UF_UGMGR_DESC_BUFSIZE ]
char
Returned string for new part description, this may be an empty string.

ifail
int
Failure code returned from the user program, zero is success.