From cb6bfe1440201d8bf3f9ae1922635274011dacfc Mon Sep 17 00:00:00 2001 From: Stephen Lockley Date: Thu, 29 Aug 2019 13:11:50 +0100 Subject: [PATCH] Adding missing parameter description as these are now errors --- Xbim.IO.MemoryModel/MemoryModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Xbim.IO.MemoryModel/MemoryModel.cs b/Xbim.IO.MemoryModel/MemoryModel.cs index 91451193c..315a90132 100644 --- a/Xbim.IO.MemoryModel/MemoryModel.cs +++ b/Xbim.IO.MemoryModel/MemoryModel.cs @@ -316,6 +316,7 @@ public static MemoryModel OpenReadStep21(string file, ILogger logger = null, Rep /// Logger /// Progress delegate /// A list of ifc types to skip + /// Allow referenced entities that are not in the model, default false /// New memory model public static MemoryModel OpenReadStep21(Stream stream, ILogger logger = null, ReportProgressDelegate progressDel = null, IEnumerable ignoreTypes = null, bool allowMissingReferences = false)