Polyline Constructor

Overload List
  NameDescription
Public methodPolyline
Initializes a new empty polyline.
Public methodPolyline(Int32)
Initializes a new empty polyline with an initial capacity.
Public methodPolyline(IEnumerablePoint3d)
Initializes a new polyline from a collection of points.
Top
See Also