Function ProMdlGtolCreate
Description
Creates new Gtol with specified placement and value string
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProMdlGtolCreate
(
ProMdl owner_mdl
/* (In)
Owner of the gtol.
*/
/* (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
The function completed successfully.
Model is in read-only state.
Specified placement reference are invalid.
The input argument is invalid.
Gtol could not be created.
owner_mdl is not drawing for creating make dim or offset type gtol.
Sample Code References
User Guide References
È stato utile?