UF_UGMGR_new_alternate_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 Alternate Identifier
as a customization of the Add Alternate... dialog in NX Manager.


Data Members

part_tag
tag_t
Tag of part to assign
alternate ID.

context
const char *
Context for which an
alternate number
is being requested.

id_type
const char *
ID type of part for
which number is being
requested.May be NULL

alt_item_id [ UF_UGMGR_PARTNO_SIZE+1 ]
char
Alternate Item ID. The
string must freed after
use with UF_free().

alt_rev_id [ UF_UGMGR_PARTREV_SIZE+1 ]
char
Alternate Revision ID.
The string must freed
after use with UF_free()

alt_name [ UF_UGMGR_NAME_SIZE+1 ]
char
Returned string for new
part name, this may be
an empty string

alt_description [ UF_UGMGR_DESC_SIZE+1 ]
char
Returned string for new
part description, this
may be an empty string.

modifiable
logical
Boolean;is the alternate
ID allowed to be
modified