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)