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

# stride

The length, in bytes, of the start of one vector in the buffer to the start of the next vector.

## Declaration

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

## Discussion

Discussion Stride may contain padding, so it’s not always equal to the vector-format’s total size in bytes.

## See Also

### Getting Geometry Information

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