1

I am new to Revit. I am trying to change the wall type in Revit from Basic wall to curtain wall using C# APIs. Manually in Revit we can easily do that from properties wall type drop down but with API I am not able to get clear idea how to proceed with. Can someone help me with the same. Thanks in advance.

I can't find any API to set wall type or any Build-In property which I can change to get required result.

1 Answers1

1

Use the WallType property on the Wall object.

Jeremy Tammik
  • 7,333
  • 2
  • 12
  • 17