Hi,
I've been using for quite some time the Enum ParameterType in a rather special way when it comes to creating Parameters that I need. I've implemented a property Attribute where I use ParameterType as an value.
Example:
Since the SpecTypeId is built as a Class and Constants are a requirement, I'm not able to just simple change from ParameterType.Integer to the proper ForgeTypeId
So the option I'm left with is either use the SpecTypeId.Int.Integer.TypeId (I think) string but I cannot just simply refer to that directly. I need to then type the "autodesk.spec....-1.0.0" manually that also increase the risk of typos etc for the developer refering to my API.
I've got the same issue in my application now when it comes to the enum UnitType that's getting replaced with this totally breaking my application on so many levels I'm not even shure where to begin.
Anyone got any suggestion on how I can avoid spending hundreds of hours trying to figure this out?
Researching this, I feel there's a great lack of documentation on which ParameterType / UnitType corresponds to what ForgeTypeId.