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: 25.1.421.0 (25.1.421.0)
Syntax
public CompositePoint(
	TimeIntervalCollection<Point> intervals
)

Parameters

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