| DEPRECATED: | Since Creo 3 |
| SUPERSEDED BY: | ProMdlDeclaredDataList |
| Description |
| Note: This function is deprecated Use ProMdlDeclaredDataList instead. Finds all the first-level objects declared for the specified object. For example, if notebook A is declared in notebook B and notebook B is declared in part P, only notebook B will be returned. |
| Synopsis |
| #include <ProMdl.h> |
| ProError | ProMdlDeclaredList | ( |
| ProMdl model | |
| /*
(In) |
| The part, assembly or notebook. |
| */ |
| ProModel** p_declared_list | |
| /*
(Out) |
| A ProArray of ProModel declared object names and types. The function allocates memory for this argument, but you must free it. To free the memory, call the function ProArrayFree(). |
| */ |
| int* p_count | |
| /*
(Out) |
| The number of objects in p_declared_list. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProArrayFree |