replaced Revit 2020 SDK by Revit 2021 SDK

This commit is contained in:
Jeremy Tammik
2020-05-11 14:07:56 +02:00
parent 06ba6e0541
commit 64f8b0ed3e
250 changed files with 1225 additions and 1496 deletions
@@ -54,7 +54,7 @@ namespace Revit.SDK.Samples.ExtensibleStorageUtility.CS
foreach (Schema schema in schemas)
{
//Note-this will delete storage of this schema in *all* open documents.
Schema.EraseSchemaAndAllEntities(schema, true);
document.EraseSchemaAndAllEntities(schema);
}
tErase.Commit();
message = "All storage was deleted.";