Click or drag to resize

CompositeAxes Constructor (TimeIntervalCollectionAxes)

Initializes a new instance with the provided intervals.

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

Parameters

intervals
Type: AGI.Foundation.TimeTimeIntervalCollectionAxes
The collection of axes.
See Also