---
title: stride
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/geometrysource/stride
---

# stride

The number of bytes between one vector and another in a geometry source’s buffer.

## Declaration

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

## See Also

### Inspecting geometry data

- [buffer](arkit/geometrysource/buffer.md)
- [count](arkit/geometrysource/count.md)
- [format](arkit/geometrysource/format.md)
- [componentsPerVector](arkit/geometrysource/componentspervector.md)
- [offset](arkit/geometrysource/offset.md)
- [description](arkit/geometrysource/description.md)
