mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-18 19:30:09 +00:00
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:
@@ -254,8 +254,8 @@ namespace SchemaWrapperTools
|
||||
currentFieldData.SubSchema.FinishSchema(); //Recursively create the schema for the subSchema.
|
||||
}
|
||||
|
||||
if (!currentFieldData.Spec.Empty())
|
||||
currentFieldBuilder.SetSpec(currentFieldData.Spec);
|
||||
if (!string.IsNullOrEmpty(currentFieldData.Spec))
|
||||
currentFieldBuilder.SetSpec(new ForgeTypeId(currentFieldData.Spec));
|
||||
}
|
||||
|
||||
//Set all the top level data in the schema we are generating.
|
||||
|
||||
Reference in New Issue
Block a user