# Vector3.Length

```csharp
float Length { get; set; }
```

Length (or magnitude) of the vector (Distance from 0,0,0).

Declared in [Vector3](/api/Vector3).
Assembly: `Sandbox.System`.
