Skip to content

Commit cb6bfe1

Browse files
committed
Adding missing parameter description as these are now errors
1 parent 0b3cc5c commit cb6bfe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Xbim.IO.MemoryModel/MemoryModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ public static MemoryModel OpenReadStep21(string file, ILogger logger = null, Rep
316316
/// <param name="logger">Logger</param>
317317
/// <param name="progressDel">Progress delegate</param>
318318
/// <param name="ignoreTypes">A list of ifc types to skip</param>
319+
/// <param name="allowMissingReferences">Allow referenced entities that are not in the model, default false</param>
319320
/// <returns>New memory model</returns>
320321
public static MemoryModel OpenReadStep21(Stream stream, ILogger logger = null, ReportProgressDelegate progressDel = null,
321322
IEnumerable<string> ignoreTypes = null, bool allowMissingReferences = false)

0 commit comments

Comments
 (0)