Parameters in property palette

Parameters in property palette

Anonymous
Not applicable
357 Views
0 Replies
Message 1 of 1

Parameters in property palette

Anonymous
Not applicable

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

0 Likes
358 Views
0 Replies
Replies (0)