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.2.419.0 (24.2.419.0)
Syntax public CompositeAxes(
TimeIntervalCollection<Axes> intervals
)
Public Sub New (
intervals As TimeIntervalCollection(Of Axes)
)
public:
CompositeAxes(
TimeIntervalCollection<Axes^>^ intervals
)
new :
intervals : TimeIntervalCollection<Axes> -> CompositeAxes
Parameters
- intervals
- Type: AGI.Foundation.TimeTimeIntervalCollectionAxes
The collection of axes.
See Also