Skip to content

Commit

Permalink
Adding missing parameter description as these are now errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLockley committed Aug 29, 2019
1 parent 0b3cc5c commit cb6bfe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Xbim.IO.MemoryModel/MemoryModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ public static MemoryModel OpenReadStep21(string file, ILogger logger = null, Rep
/// <param name="logger">Logger</param>
/// <param name="progressDel">Progress delegate</param>
/// <param name="ignoreTypes">A list of ifc types to skip</param>
/// <param name="allowMissingReferences">Allow referenced entities that are not in the model, default false</param>
/// <returns>New memory model</returns>
public static MemoryModel OpenReadStep21(Stream stream, ILogger logger = null, ReportProgressDelegate progressDel = null,
IEnumerable<string> ignoreTypes = null, bool allowMissingReferences = false)
Expand Down

0 comments on commit cb6bfe1

Please sign in to comment.