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