Message 1 of 3
set value to a Read-only parameter

Not applicable
07-13-2020
01:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an familytype ant its category is "electricalEquipment"
then the family instance has a parameter "Instacance_elevation_param"
when create instance in Revit, I can modify the parameter
but after confirm it then the parameter is read-only
then my question is : how I can set the parameter in code
document.create.newfamilyinstance(); (I have try to set the location XYZ but useless)
Thanks