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*
Owner of existing dataset,
this may be NULL

owner_revision
const char*
Revision name of owner

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

relation_type
const char*
Name of relation between
owner 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_SIZE+1 ]
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.