Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlDataGet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProMdlMdlnameGet, ProMdlExtensionGet, ProMdlOriginGet, ProFileMdlnameParse
UNDO Status: SAFE
Description
Note: This function is deprecated Use ProMdlMdlnameGet, ProMdlExtensionGet, ProMdlOriginGet, ProFileMdlnameParse instead. Retrieves information about the file from which the specified model was retrieved.
Replacement in Object TOOLKIT: pfcModel::Descr
Synopsis
#include <ProMdl.h>
ProErrorProMdlDataGet(
ProMdl handle
/* (In)
The model handle.
*/
ProMdldata* p_data
/* (Out)
The ProMdldata structure to be filled in. You must allocate the memory for this argument.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORThe information could not be obtained.
PRO_TK_UNSUPPORTEDUnsupported model. For instance, models which come from Multi-CAD model approach, are not supported in this release.

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Model