UF_PART_load_status_s (view source)
 
Defined in: uf_part_types.h
 Also known as: 
- UF_PART_load_status_t
 
- UF_PART_load_status_p_t
 
  
Overview
Data structure to return the part names and statuses of all parts retrieved
  into the session by either
       UF_PART_open   or
       UF_ASSEM_add_part_to_assembly
 
  Starting NX3: The utility routine UF_PART_free_load_status has been provided
  to free the allocated memory below. This may be used as an alternative to
  calling UF_free_string_array and UF_free directly.
Data Members
failed
user_abort
n_parts
 int
file_names
 char * *
statuses
 int *
 
rolled back