isChangeCacheAttached MethodStatic
Determines whether the Change Cache file is attached to the specified iModel or not
isChangeCacheAttached(iModel: IModelDb): boolean
@returns Returns true if the Change Cache file is attached to the iModel. false otherwise
Parameter | Type | Description |
---|---|---|
iModel | IModelDb | iModel to check whether a Change Cache file is attached |
Returns - boolean
Returns true if the Change Cache file is attached to the iModel. false otherwise
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.