API ドキュメンテーション > Miscellaneous > Object ProParamtableset > Function ProParamtablesetTablepathGet
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:
Synopsis
#include <ProParameter.h>
ProParamtablesetTablepathGet
(
/* (In)
The parameter table set.
*/
ProPath table_path
/* (Out)
The name of the table.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
これは役に立ちましたか?