CurveIntersectionsCopyTo Method |
Copies all intersection results into another array, departing at an index in the target array.
Namespace:
Rhino.Geometry.Intersect
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | If array is null. |
ArgumentOutOfRangeException | If arrayIndex is less than 0. |
ArgumentException | If array is multi-dimensional; or if arrayIndex is
larger than or equal to the length of this collection; or this collection contains more
IntersectionEvents than the ones that can be stored in array after and including arrayIndex.
|
See Also