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
Properties
End
public double End { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Start
public double Start { get; init; }