cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Miha Nahtigal
Expert

Get object's parameter description (not just name)

HI everyone. I am looking for a way to get a parameter description from a placed GSM object.

 

I can get parameter's name with

 

const API_AddParType& parameter = (*memo.params)[ii];
GS::UniString ParameterName = parameter.name;
 
but the values of "valueDescription" or "uDescname" of  the struct API_AddParType
are always empty. Is there another way?
 
Neimenovano.png
BIMquants.comBETA - Quantities and Costs Estimation in Archicad - BETA testers needed.
1 Solution

Accepted Solutions
Hiromichi Shinkawa
Graphisoft
Graphisoft

Hi,

I'd suggest you to use ACAPI_LibraryPart_GetParams() to get parameter description.

HTH.

Go to post

2 Replies 2
Hiromichi Shinkawa
Graphisoft
Graphisoft

Hi,

I'd suggest you to use ACAPI_LibraryPart_GetParams() to get parameter description.

HTH.

Miha Nahtigal
Expert

Thanks, that worked fine.

BIMquants.comBETA - Quantities and Costs Estimation in Archicad - BETA testers needed.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!