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