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


Data Members

owner
const char*
Owning Item of existing dataset, this may be NULL

owner_revision
const char*
Revision name of Owning Item

dataset_type
const char*
Name of dataset type for which a name is being generated.

relation_type
const char*
Name of relation between Owning Item and dataset

basis_name
const char*
Basis name of new dataset (this may be an empty string)

dataset_name_modifiable
logical
Flag whether user can change the returned value of dataset_name

dataset_name [ UF_UGMGR_NAME_BUFSIZE ]
char
Returned string for new dataset name, this may be an empty string.

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