Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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