Click or drag to resize

CompositePoint Constructor (TimeIntervalCollectionPoint)

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 CompositePoint(
	TimeIntervalCollection<Point> intervals
)

Parameters

intervals
Type: AGI.Foundation.TimeTimeIntervalCollectionPoint
The collection of points.
See Also