CompositePointIntervals Property  | 
 
            Gets the collection of intervals where the data for a given interval represents the Point 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<Point> Intervals { get; }Public ReadOnly Property Intervals As TimeIntervalCollection(Of Point)
	Get
public:
property TimeIntervalCollection<Point^>^ Intervals {
	TimeIntervalCollection<Point^>^ get ();
}member Intervals : TimeIntervalCollection<Point> with get
Property Value
Type: 
TimeIntervalCollectionPoint
See Also