replaced with Revit 2021.1 SDK from REVIT_2021_1_SDK.msi, 2020-08-01 12:42 PM 378425344 bytes

This commit is contained in:
Jeremy Tammik
2020-08-02 14:58:22 +02:00
parent 2e30e212f0
commit 7bb14ca727
61 changed files with 1406 additions and 504 deletions
@@ -80,7 +80,7 @@ namespace SchemaWrapperTools
/// <param name="subSchema">The SchemaWrapper of the field's subSchema, if the field is of type "Entity"</param>
public void AddData(string name, System.Type typeIn, ForgeTypeId spec, SchemaWrapper subSchema)
{
m_DataList.Add(new FieldData(name, typeIn.FullName, spec, subSchema));
m_DataList.Add(new FieldData(name, typeIn.FullName, spec.TypeId, subSchema));
}
#endregion