PolyLine Class


A polyline.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public class PolyLine : GeometryObject
Visual Basic
Public Class PolyLine _
	Inherits GeometryObject
Visual C++
public ref class PolyLine : public GeometryObject

Remarks

A polyline in space is defined by a set of coordinate points.

Inheritance Hierarchy

See Also