Vector2dCollectionAddRange Method

Adds a range of vectors to the end of this collection. This method grows the collection capacity if necessary.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void AddRange(
        Vector2d[] range
)

Parameters

range  Vector2d
[in] Array of 2d vectors to add.
See Also

©  Bricsys NV. All rights reserved.