Message 1 of 4
The Wall Closure parameter of a Window element
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Support,
In my sample Construction project there are windows attached to walls. I try to change the parameter Wall Closure of a Window element to Interior then use the below snippet of codes to retrieve that parameter:
.................................................
Parameter wallFunction = wd.get_Parameter(BuiltInParameter.TYPE_WALL_CLOSURE);
TaskDialog.Show("Wall Closure", "Integer - value = " + wallFunction.AsInteger().ToString());
.................................................
It always show "Integer - value = 0" no matter what I change the Wall Closure parameter. Please advise
Thanks,
Cuong