Same code to create parameters in Revit 2015 + 2016
问题 So the ExternalDefinitionCreationOptions had a spelling error in the Revit 2015 API that was corrected in the 2016 API. I try to make my app as compatible as possible with the current version + previous, but this time I'm not even able to compile it since I can only reference one of the two API DLL's, and the ExternalDefinitionCreationOptions plays a big role in the process. The code is the following: private static Definition GetSimpleParameterDefinition(UIApplication uiApp, Document doc,