i created a Autodesk.Revit.DB.ExtensibleStorage.Schema
i applied that schema to revit elements
that is working.
when snooping my database (with jeremy’s tools) i read like:
meaning field “B” is loaded with “0.25”
so far so good.
whenever i try to extract the data from python i fail.
my specific code is:
the error message i receive is:
File “”, line 61, in
TypeError: The type arguments for method ‘Get’ cannot be inferred from the usage. Try specifying the type arguments explicitly.
any thoughts on how to solve that?