|
PolyLine3AddRange Method
|
Add a list of points to the polyline after the current end point.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic 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
- Type: System.Collections.GenericListPoint3
Points to add.
See Also