-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello,
I'm trying to learn Revit API and I'm new to github and python. Purging through the API in Revit is something that i'm interested in and after spending lots of time I found your code here. Was able to understand most of it except for line 35.
I understand that this a list constructor
List [PerformanceAdviserRuleId] ()
but I didn't understand why the parenthesis are at the end while the square brackets enclose the Performance class. Isn't this supposed to be like
list ([PerformanceAdviserRuleId])
Also, is the "L" in the constructor supposed to be uppercase? my python editor gave me an error when I used upper case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels