Click or drag to resize

PolylineCurve Constructor

Overload List
  NameDescription
Public methodPolylineCurve
Initializes a new empty polyline curve.
Public methodPolylineCurve(IEnumerablePoint3d)
Initializes a new polyline curve by copying its content from another set of points.
Public methodPolylineCurve(PolylineCurve)
Initializes a new polyline curve by copying its content from another polyline curve.
Protected methodPolylineCurve(SerializationInfo, StreamingContext)
Protected constructor for internal use.
Top
See Also