Name |
Inherited from |
Description |
buildConcurrencyControlRequest(opcode: DbOpcode): void |
Element |
Add a request for locks, code reservations, and anything else that would be needed to carry out the specified operation. |
calculateRange3d(): AxisAlignedBox3d |
GeometricElement |
|
delete(): void |
Element |
Delete this Element from the iModel. |
forEachProperty(func: PropertyCallback, includeCustom: boolean = false): void |
Entity |
Call a function for each property of this Entity. |
getClassMetaData(): EntityMetaData | undefined |
Element |
Get the class metadata for this element. |
getDisplayLabel(): string |
Element |
Get a display label for this Element. |
getJsonProperty(nameSpace: string): any |
Element |
Get a JSON property of this element, by namespace |
getPlacementTransform(): Transform |
GeometricElement |
Get the Transform from the Placement of this GeometricElement |
getToolTipMessage(): string[] |
Element |
Get a list of HTML strings that describe this Element for the tooltip. |
getUserProperties(namespace: string): any |
Element |
Get a set of JSON user properties by namespace |
insert(): string |
Element |
Insert this Element into the iModel. |
is2d(): this is GeometricElement2d |
GeometricElement |
Type guard for instanceof GeometricElement2d |
is3d(): this is GeometricElement3d |
GeometricElement |
Type guard for instanceof GeometricElement3d |
removeUserProperties(nameSpace: string): void |
Element |
Remove a set of JSON user properties, specified by namespace, from this Element |
setJsonProperty(nameSpace: string, value: any): void |
Element |
|
setUserProperties(nameSpace: string, value: any): void |
Element |
Change a set of user JSON properties of this Element by namespace. |
update(): void |
Element |
Update this Element in the iModel. |
onAllInputsHandled(_id: Id64String, _iModel: IModelDb): void ProtectedStatic |
Element |
|
onBeforeOutputsHandled(_id: Id64String, _iModel: IModelDb): void ProtectedStatic |
Element |
|
onDelete(props: ElementProps, iModel: IModelDb): void ProtectedStatic |
Element |
Called before an Element is deleted. |
onDeleted(_props: ElementProps, _iModel: IModelDb): void ProtectedStatic |
Element |
Called after an Element was deleted. |
onInsert(props: ElementProps, iModel: IModelDb): void ProtectedStatic |
Element |
Called before a new Element is inserted. |
onInserted(props: ElementProps, iModel: IModelDb): void ProtectedStatic |
Element |
Called after a new Element was inserted. |
onUpdate(props: ElementProps, iModel: IModelDb): void ProtectedStatic |
Element |
Called before an Element is updated. |
onUpdated(props: ElementProps, iModel: IModelDb): void ProtectedStatic |
Element |
Called after an Element was updated. |
populateRequest(req: ConcurrencyControl.Request, props: ElementProps, _iModel: IModelDb, opcode: DbOpcode, original: ElementProps | undefined): void Static |
Element |
Disclose the codes and locks needed to perform the specified operation on this element |