Table of Contents

Struct ProjectRegion

Namespace
Ofs
Assembly
Ofs.Api.dll

A processing region: a named time range with its own node graph.

public readonly record struct ProjectRegion : IEquatable<ProjectRegion>
Implements

Constructors

ProjectRegion(double, double, string)

A processing region: a named time range with its own node graph.

public ProjectRegion(double Start, double End, string Name)

Parameters

Start double
End double
Name string

Properties

End

public double End { get; init; }

Property Value

double

Name

public string Name { get; init; }

Property Value

string

Start

public double Start { get; init; }

Property Value

double