UF_UGMGR_new_part_no_s (view source)
 
Defined in: uf_ugmgr_types.h
 
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

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

item_type
const char*
< <I> Name of item type for which the id is being generated.

num_properties
int
< <I> Number of properties.

properties
UF_UGMGR_property_info_t*
< <I/O> Array of UF_UGMGR_property_info_t. One of the properties can be "item_id".
The property_value and is_modifiable are the outputs.

part_name_modifiable
logical
< <O> Flag whether the user can change the returned value of new_name.

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

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

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

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