Description | |||||||||||||||||
Get model names from top to owner specified by own_ref_id and from top to reference from backup, mostly for the case some models are missing or not in session. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProFeature.h> | |||||||||||||||||
ProError | ProMdlFeatBackupOwnerNamesGet | ( | |||||||||||||||
ProMdl model | |||||||||||||||||
/* (In) | |||||||||||||||||
The owner model of the backup data. | |||||||||||||||||
*/ | |||||||||||||||||
ProFeature* feature | |||||||||||||||||
/* (In) | |||||||||||||||||
The referencing feature. | |||||||||||||||||
*/ | |||||||||||||||||
ProMdlName** TopToOwnerModelNames | |||||||||||||||||
/* (Out) | |||||||||||||||||
ProArray of top to owner model names. The function allocates the memory for this argument. Use the function ProArrayFree() to free the memory. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|