Click or drag to resize

CompositeAxes Constructor (TimeIntervalCollection<Axes>)

Initializes a new instance with the provided intervals.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CompositeAxes(
	TimeIntervalCollection<Axes> intervals
)

Parameters

intervals
Type: AGI.Foundation.Time.TimeIntervalCollection<Axes>
The collection of axes.
See Also