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.2.419.0 (24.2.419.0)
Syntax public CompositePoint(
TimeIntervalCollection<Point> intervals
)
Public Sub New (
intervals As TimeIntervalCollection(Of Point)
)
public:
CompositePoint(
TimeIntervalCollection<Point^>^ intervals
)
new :
intervals : TimeIntervalCollection<Point> -> CompositePoint
Parameters
- intervals
- Type: AGI.Foundation.TimeTimeIntervalCollectionPoint
The collection of points.
See Also