Polyline Constructor (Int32) |
Initializes a new empty polyline with an initial capacity.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Polyline(
int initialCapacity
)
Public Sub New (
initialCapacity As Integer
)
Parameters
- initialCapacity
- Type: SystemInt32
Number of vertices this polyline can contain without resizing.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also