Message 1 of 1
Parameters in property palette

Not applicable
01-13-2017
11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good night everybody,
I am trying to get the group of parameter "dimension" in the palette of properties. The code that I am using is:
foreach(Parameter paramater in elemento.GetOrderedParameters())
{
if (paramater.Definition.ParameterGroup == BuiltInParameterGroup.PG_GEOMETRY)
{
......
}
}
It seem to work on, but I am not sure. Could someone say to me if it is the best way?
Thanks
Javi