Object ProParamtableset

Function ProParamtablesetTablepathGet


Description
Obtains the name of the table that owns this parameter table set. If the set is loaded from a certain table file, this is the full path. If the set has been stored in the model directly, this is the table name.
Replacement in Object TOOLKIT: wfcParamTableset::GetTablePath
Synopsis
#include <ProParameter.h>
ProErrorProParamtablesetTablepathGet(
ProParamtableSet set
/* (In)
The parameter table set.
*/
ProPath table_path
/* (Out)
The name of the table.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: Parameters: Table-Restricted Parameters
  2. Core: Parameters: Table-Restricted Parameters

Sample Code References:

  1. pt_udf_examples ( PTUDFExParamInfo.c )