CompositeAxes.Intervals Property |
Gets the collection of intervals where the data for a given interval represents the Axes for that time.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection<Axes> Intervals { get; }
Public ReadOnly Property Intervals As TimeIntervalCollection(Of Axes)
Get
public:
property TimeIntervalCollection<Axes^>^ Intervals {
TimeIntervalCollection<Axes^>^ get ();
}
member Intervals : TimeIntervalCollection<Axes> with get
Property Value
Type:
TimeIntervalCollection<Axes>
See Also