How do I go about making an ISet? I cannot for the life of me find where to import or access this data type correctly via Python.
Specifically, I want to experiment with the PropagateToViews method of the Grid class, and I need to pass a list of parallel views as an ISet. I’m using RPS as a REPL to make sure I know exactly what elements I’m working with, and none of the data types I’ve tried have worked, and I can’t find anywhere in the pyRevit source code that uses the ISet data type to use as a reference.