Object ProLayout

Function ProLayoutDeclare


Description
Declares a notebook name to the specified Creo Parametric model or notebook.
Synopsis
#include <ProDrawing.h>
ProErrorProLayoutDeclare(
ProLayout notebook
/* (In)
The notebook to be declared.
*/
ProMdl model
/* (In)
The model or notebook to which the notebook is declared.
*/
ProDeclareOptions option
/* (In)
The conflict resolution.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded
PRO_TK_BAD_INPUTSOne or more arguments are invalid.
PRO_TK_USER_ABORTThere was a conflict between the symbols in the notebook and in the object with option PRO_DECLARE_ABORT.
PRO_TK_E_DEADLOCKThere was a circular declaration between the two notebooks.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Models and Model Items: Notebook
  3. Core: Models and Model Items: Notebook