API Reference > imodeljs-common > iModels > IModelVersion > asOfChangeSet asOfChangeSet MethodStatic Describes a version of the iModel by the last change set that needs to be applied or merged to the iModel. Note that all ChangeSets up to and and including the specified ChangeSet needs to be applied. If the changeSetId is an empty string, it is assumed to be the first version before any change sets have been applied. asOfChangeSet(changeSetId: string): IModelVersion Parameter Type Description changeSetId string Returns - IModelVersion Defined in core/common/src/IModelVersion.ts Line 56 Last Updated: 11 June, 2024