cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to get ProArgument input label names

INVILOGIC
7-Bedrock

How to get ProArgument input label names

 Hello ,

How to get ProArgument *input_args label name

 

i want label name for below method 

ProArgumentByLabelGet(input_args, L"ModelName", &dataMdl);

2 REPLIES 2

you will get wstring from "dataMd.v.w" and cast it to string

Hi,

 

How to get ProArgument label in wchar_t

Top Tags