    

 ## On this page

  

 

 # Interface IScenarioDocument

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public interface IScenarioDocument

```

## Methods

### GetGravity()

```csharp
Vector GetGravity()

```

#### Returns

[Vector](VM.Vector.md)

### GetName()

```csharp
string GetName()

```

#### Returns

[string](https://learn.microsoft.com/dotnet/api/system.string)

### GetPath()

```csharp
string GetPath()

```

#### Returns

[string](https://learn.microsoft.com/dotnet/api/system.string)

### GetScenarioValue()

```csharp
Array GetScenarioValue()

```

#### Returns

[Array](https://learn.microsoft.com/dotnet/api/system.array)