getAsOfChangeSet Method
Returns the last change set id to be applied to the iModel to get to this specified version.
getAsOfChangeSet(): string | undefined
@see - asOfChangeSet(). Note that this method does not attempt to resolve the change set if this describes the first version, last version, named version, etc.
- evaluateChangeSet() for those use cases.
Returns - string | undefined
Defined in
- core/common/src/IModelVersion.ts Line 100
Last Updated: 09 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.