bindPoint3d Method
Binds an Point3d value to the specified ECSQL parameter.
bindPoint3d(parameter: string | number, val: Readonly<WritableXYAndZ>): void
| Parameter | Type | Description | 
|---|---|---|
| parameter | string | number | Index (1-based) or name of the parameter | 
| val | Readonly<WritableXYAndZ> | Point3d value | 
Returns - void
Defined in
- core/backend/src/ECSqlStatement.ts Line 575
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.