Skip to content

Commit 43beb93

Browse files
2020 Commit
1 parent 827c138 commit 43beb93

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.vs/slnx.sqlite

-32 KB
Binary file not shown.

Labs/1_Revit_API_Intro/SourceCS/7_SharedParameter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public Result Execute(
309309

310310
// modified code for Revit 2015
311311
projInfoElem.LookupParameter(kParamNameVisible).Set(55);
312-
projInfoElem.LookupParameter(kParamNameVisible).Set(0);
312+
projInfoElem.LookupParameter(kParamNameInvisible).Set(0);
313313
transaction.Commit();
314314
}
315315

0 commit comments

Comments
 (0)