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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Getting tools -> parameters value using API

Sekar1
12-Amethyst

Getting tools -> parameters value using API

Hi,

We are trying to fetch the parameter value which is present in tools -> parameter using API,

we tried using ProParameterValueWithUnitsGet but we are not able to get the value.

kindly suggest API to fetch the parameter value.

 

Thanks

1 REPLY 1

Your question has many answers depending on which API you are using and what types of data you are trying to retrieve from (model, drawing, feature, etc.)

 

One of the main reasons we created CREOSON was to remove some of these barriers and make it easier to get basic things quickly.  You might take a look at how it is doing some of these types of operations as an example.

 

parameter : list

 

is a good place to start - it returns everything about a parameter you likely need.

 

Dave

 

Top Tags