Message 1 of 11

Not applicable
04-07-2014
05:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to get Parameters value and Units using C#.net.
It is working through VBA and .net.But while i am using C#.net, it is showing meassage that "It is not support by the Langauage".
Can any one suggets m eto get Unit fo Patrameter using C#.net.
*********Code
foreach (Parameter oParam in oParams)
{
// string Str = oParam.Units; //Getting error in this line
Tlist.Add(oParam.Name + "|" + Convert.ToString(oParam.Expression) + "|" +"in");//oParam.Units
}
Regards,
Appadurai.G
Solved! Go to Solution.