Skip to content

Commit

Permalink
preserveElementIdsForFiltering now transform options
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Tessier <22119573+nick4598@users.noreply.github.com>
  • Loading branch information
derbynn and nick4598 authored Oct 8, 2024
1 parent 0212295 commit 8249907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformer/src/IModelImporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class IModelImporter {
}

/**
* Marks an element so that it can be updated during import when the [[IModelTransformOptions.preserveElementIdsForFiltering]] is set to true.
* Marks an element so that it can be updated during import when [[IModelTransformOptions.preserveElementIdsForFiltering]] is set to true.
*/
public markElementToUpdateForPreserveId(elementId: Id64String) {
if (!this.elementIdsToUpdateForPreserveId) {
Expand Down

0 comments on commit 8249907

Please sign in to comment.