Message 1 of 6

Not applicable
10-11-2016
12:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using C#. I recently upgraded to Visual studio 2015 from 2013. I used to obtain the units from Parameter.Get_Units(). Now that doesn't work and when I try to obtain the units from Parameter.Units, I get the following error.
Error CS1545 Property, indexer, or event 'Parameter.Units' is not supported by the language; try directly calling accessor methods 'Parameter.get_Units()' or 'Parameter.set_Units(object)' CCSCInvWpr C:\...\ParameterClass.cs 124 Active
What can be done to obtain the unit type from the parameter object?
Thank you,
Eric.....
Solved! Go to Solution.