API Reference > geometry-core > ArraysAndInterfaces > GrowableXYArray > length length Accessor The number of points in use. When the length is increased, the array is padded with zeroes. get: number Returns - number Setter The number of points in use. When the length is increased, the array is padded with zeroes. set(newLength: number): void Parameter Type Description newLength number Returns - void Defined in core/geometry/src/geometry3d/GrowableXYArray.ts Line 49 Last Updated: 15 June, 2021