---
title: vertexCount
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arfacegeometry/vertexcount
---

# vertexCount

The number of elements in the vertices buffer.

## Declaration

```occ
@property (nonatomic, readonly) NSUInteger vertexCount;
```

## Discussion

Discussion Face mesh topology is constant across ARFaceGeometry instances, so the value of this property is the same for all instances.

## See Also

### Accessing Mesh Data

- [vertices](arkit/arfacegeometry/vertices-fhdb.md)
- [textureCoordinateCount](arkit/arfacegeometry/texturecoordinatecount.md)
- [textureCoordinates](arkit/arfacegeometry/texturecoordinates-8ahq1.md)
- [triangleCount](arkit/arfacegeometry/trianglecount.md)
- [triangleIndices](arkit/arfacegeometry/triangleindices-3tb1o.md)
