Skip to content

Commit 115f291

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d81d52d + ee3ff8b commit 115f291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ Filter criteria are not applied to the method.
762762

763763
```csharp
764764
var elements = document.GetElements().WhereElementIsViewIndependent().ToElements();
765-
var elements = document.GetElements(elementIds).WhereElementIsViewIndependent.ToElements();
765+
var elements = document.GetElements(elementIds).WhereElementIsViewIndependent().ToElements();
766766
var elements = document.GetElements(viewId).ToElements();
767767
```
768768

@@ -1418,4 +1418,4 @@ Sets the owner of a child window. Applicable for modeless windows to be attached
14181418

14191419
```csharp
14201420
new RevitAddinView.Show(uiApplication.MainWindowHandle)
1421-
```
1421+
```

0 commit comments

Comments
 (0)