getAsOfChangeSet Method
Returns the last change set id to be applied to the iModel to get to this specified version. See: IModelVersion.asOfChangeSet. Note that this method does not attempt to resolve the change set if this describes the first version, last version, named version, etc.
getAsOfChangeSet(): undefined | string
see evaluateChangeSet() for those use cases.
Returns - undefined | string
Defined in
- core/common/src/IModelVersion.ts Line 100
Last Updated: 20 June, 2023