Function ProLayoutDeclare
Description
Declares a notebook name to the specified Creo Parametric model or notebook.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProLayoutDeclare
(
ProLayout notebook
/* (In)
The notebook to be declared.
*/
ProMdl model
/* (In)
The model or notebook to which the notebook is declared.
*/
/* (In)
The conflict resolution.
*/
)
Returns
The function succeeded
Model is in read-only state.
One or more arguments are invalid.
There was a conflict between the symbols in the notebook and in the object with option PRO_DECLARE_ABORT.
There was a circular declaration between the two notebooks.
User Guide References
これは役に立ちましたか?