# Sandbox.PolygonMesh.GetVerticesConnectedToFace

```csharp
bool GetVerticesConnectedToFace(FaceHandle hFace, out VertexHandle[] vertices)
```

### Parameters

- `hFace` (`FaceHandle`)
- `out vertices` (`VertexHandle[]`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
