noProvenance

noProvenance: boolean | undefined

Set to true if IModelTransformer should not record its provenance. Provenance tracks a target element back to its corresponding source element and is essential for process to work properly when argsForProcessChanges are provided. Turning off IModelTransformer provenance is really only relevant for producing snapshots or another one time transformations.

@note See the includeSourceProvenance option for determining whether existing source provenance is cloned into the target.

@note The default is false which means that new IModelTransformer provenance will be recorded.

Defined in

Last Updated: 06 November, 2024