Get list of system/shared parameters

Get list of system/shared parameters

Ezekiel12
Collaborator Collaborator
1,127 Views
2 Replies
Message 1 of 3

Get list of system/shared parameters

Ezekiel12
Collaborator
Collaborator

Hi,

I wasnt able to google this information so I'm asking here.  Is it possible to get all system parameters in families? Like "Family" parameter in "Doors". So list parameters like this. Where could I find a way to it?

 

Thank you

0 Likes
1,128 Views
2 Replies
Replies (2)
Message 2 of 3

ollikat
Collaborator
Collaborator
Hi.

I wonder maybe you are asking the same thing than was asked here...?

http://forums.autodesk.com/t5/revit-api/builtin-instance-parameters/m-p/5515645#M8853
0 Likes
Message 3 of 3

Revitalizer
Advisor
Advisor

Hi Ezekiel,

 

i think you could try the following.

 

Edit the Family.

Get the FamilyManager object.

Iterate through each FamilyParameter famParam of its Parameters property.

Each famParam has an AssociatedParameters property..

Iterate through them.

If their Definition is an InternalDefinition, there is a BuiltInParameter Property.

If it is not BuiltInParameter.Invalid, it's a BuiltInParameter.

 

Haven't tested it, it's just an idea.

 

 

Revitalizer




Rudolf Honke
Software Developer
Mensch und Maschine





0 Likes