Click or drag to resize

PolylineSegmentCollection.AddRange Method

Overload List
  NameDescription
Public methodAddRange(IEnumerable<Polyline>)
Adds the polyline segments of all polylines in plines to the current collection.
Public methodAddRange(IEnumerable<T>) (Inherited from List<PolylineSegment>.)
Public methodAddRange(Polyline)
Adds the polyline segments of pline to the current collection.
Top
See Also