Revit Dynamo Tricks shared by Jacob Small at autodesk

Jacob Small at Autodesk shares some hashtagdynamo tricks with me to expose hashtagparameters and hashtagmethods of elements in lists using a code block in Dynamo with some of the following tricks:
 a.Parameters;
 a.Parameters.Name;
 a.GetParameterValueByName(“ParamName”);
 DSCore.Object.Type(a);

Comments

Popular posts from this blog

Revit area plans adding new types and references (Gross and rentable)

Powerpoint countdown and current time in slides VBA

Revit Python in Visual Studio Revit Stubs 2022 for Python Revit Intellisense