Description | |||||||||||||||||
Creates new Gtol with specified placement and value string | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProGtol.h> | |||||||||||||||||
ProError | ProMdlGtolCreate | ( | |||||||||||||||
ProMdl owner_mdl | |||||||||||||||||
/* (In) | |||||||||||||||||
Owner of the gtol. | |||||||||||||||||
*/ | |||||||||||||||||
ProGtolType type | |||||||||||||||||
/* (In) | |||||||||||||||||
type of gtol. | |||||||||||||||||
*/ | |||||||||||||||||
ProGtolAttach gtol_attach | |||||||||||||||||
/* (In) | |||||||||||||||||
placement which includes attachment references and annotation plane. | |||||||||||||||||
*/ | |||||||||||||||||
wchar_t* value_str | |||||||||||||||||
/* (In) | |||||||||||||||||
value string. | |||||||||||||||||
*/ | |||||||||||||||||
ProGtol* gtol | |||||||||||||||||
/* (Out) | |||||||||||||||||
newly created gtol. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|