---
title: componentsPerVector
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/argeometrysource/componentspervector
---

# componentsPerVector

The number of scalar components in each vector.

## Declaration

```swift
var componentsPerVector: Int { get }
```

## Discussion

Discussion In the case that componentsPerVector is greater than 1, the element type of the geometry-source array is itself, a sequence.

## See Also

### Getting Geometry Information

- [count](arkit/argeometrysource/count.md)
- [format](arkit/argeometrysource/format.md)
- [offset](arkit/argeometrysource/offset.md)
- [stride](arkit/argeometrysource/stride.md)
