API Reference > imodeljs-backend > Elements > DrawingGraphicRepresentsFunctionalElement DrawingGraphicRepresentsFunctionalElement Class Relates a DrawingGraphic to the FunctionalElement that it represents Extends DrawingGraphicRepresentsElement Inherited methods Name Inherited from Description buildConcurrencyControlRequest(opcode: DbOpcode): void DrawingGraphicRepresentsElement Add a request for the locks that would be needed to carry out the specified operation. delete(): void DrawingGraphicRepresentsElement Delete this Relationship from the iModel. forEachProperty(func: PropertyCallback, includeCustom: boolean = true): void DrawingGraphicRepresentsElement Call a function for each property of this Entity. insert(): string DrawingGraphicRepresentsElement Insert this Relationship into the iModel. update(): void DrawingGraphicRepresentsElement Update this Relationship in the iModel. create<T extends ElementRefersToElements<T>>(iModel: IModelDb, sourceId: string, targetId: string): T Static DrawingGraphicRepresentsElement Create an instance of the Relationship. getInstance<T extends Relationship<T>>(iModel: IModelDb, criteria: string | SourceAndTarget): T Static DrawingGraphicRepresentsElement insert<T extends ElementRefersToElements<T>>(iModel: IModelDb, sourceId: string, targetId: string): string Static DrawingGraphicRepresentsElement Insert a new instance of the Relationship. is(otherClass: undefined): boolean Static DrawingGraphicRepresentsElement return whether this Entity class is a subclass of another Entity class onDeletedDependency(_props: RelationshipProps, _iModel: IModelDb): void Static DrawingGraphicRepresentsElement Callback invoked by saveChanges on an ElementDrivesElement relationship when the relationship instance has been deleted. onRootChanged(_props: RelationshipProps, _iModel: IModelDb): void Static DrawingGraphicRepresentsElement Callback invoked by saveChanges on an ElementDrivesElement relationship when its input has changed or is the output of some upstream relationship whose input has changed. Inherited properties Name Type Inherited from Description classFullName Accessor ReadOnly string DrawingGraphicRepresentsElement Get the full BIS class name of this Entity in the form "schema:class". classFullName Accessor StaticReadOnly string DrawingGraphicRepresentsElement Get the full BIS class name of this Entity in the form "schema:class" className Accessor ReadOnly string DrawingGraphicRepresentsElement The name of the BIS class associated with this class. id string DrawingGraphicRepresentsElement The Id of this Entity. iModel IModelDb DrawingGraphicRepresentsElement The IModelDb that contains this Entity schema Static undefined DrawingGraphicRepresentsElement The Schema that defines this class. schemaName Accessor ReadOnly string DrawingGraphicRepresentsElement The name of the BIS Schema that defines this class sourceId Readonly string DrawingGraphicRepresentsElement targetId Readonly string DrawingGraphicRepresentsElement Defined in core/backend/src/domains/FunctionalElements.ts Line 144 Last Updated: 11 June, 2024