Click or drag to resize

GH_SolutionSpan Structure

Represents the time interval for a GH_Document solution.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public struct GH_SolutionSpan

The GH_SolutionSpan type exposes the following members.

Constructors
  NameDescription
Public methodGH_SolutionSpan
Creates a new instance of the GH_SolutionSpan structure.
Top
Properties
  NameDescription
Public propertyEndTime
Gets the time at which this solution was finished.
Public propertyStartTime
Gets the time at which this solution was started.
Top
See Also