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
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