PolyLine3AddRange Method
Add a list of points to the polyline after the current end point.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public void AddRange(
List<Point3> pts
)
Public Sub AddRange (
pts As List(Of Point3)
)
public:
void AddRange(
List<Point3>^ pts
)
member AddRange :
pts : List<Point3> -> unit
Parameters
- pts ListPoint3
- Points to add.