Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello ,
How to get ProArgument *input_args label name
i want label name for below method
ProArgumentByLabelGet(input_args, L"ModelName", &dataMdl);
you will get wstring from "dataMd.v.w" and cast it to string
Hi,
How to get ProArgument label in wchar_t
