ChangedInstanceIds Class
Class for discovering modified elements between 2 versions of an iModel.
Methods
Name | Description | |
---|---|---|
constructor(db: IModelDb): ChangedInstanceIds | ||
addChange(change: ChangedECInstance): Promise<void> | Adds the provided ChangedECInstance to the appropriate set of changes by class type (codeSpec, model, element, aspect, or relationship) maintained by this instance of ChangedInstanceIds. | |
initialize(opts: ChangedInstanceIdsInitOptions): Promise<undefined | ChangedInstanceIds> Static | Initializes a new ChangedInstanceIds object with information taken from a range of changesets. |
Properties
Name | Type | Description | |
---|---|---|---|
aspect | ChangedInstanceOps | ||
codeSpec | ChangedInstanceOps | ||
element | ChangedInstanceOps | ||
font | ChangedInstanceOps | ||
model | ChangedInstanceOps | ||
relationship | ChangedInstanceOps |
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.