Skip to main content
1-Visitor
May 29, 2020
Question

Getting tools -> parameters value using API

  • May 29, 2020
  • 1 reply
  • 1016 views

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

17-Peridot
May 29, 2020

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