Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Edit Elements properties

1 REPLY 1
Reply
Message 1 of 2
fady_alaa
216 Views, 1 Reply

Edit Elements properties

Hi ..
I use the RevitAPI library to make some commands for reading data about revit elements using C# , and I want to edit the elements properties (for example the wall width) from the C# code ...
If you know how to do it please tell me ...
thnx
Fady Aladdin
1 REPLY 1
Message 2 of 2
spesci
in reply to: fady_alaa

switch (name)
{
case "Cost": //Cost
param.Set(TCost);

break;
}
Get the parameter name and then set the value to your new width.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Rail Community