Revit 2026 API
Polyline |
An output node that represents a tessellated polyline segments.
SystemObject
Autodesk.Revit.DBPolylineSegments
Autodesk.Revit.DBPolylineSegments
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
The PolylineSegments type exposes the following members.
| Name | Description | |
|---|---|---|
| EndLocalParameter | Local parameter associated with the end point. | |
| EndParameter | Parameter associated with the end point. | |
| IsFilled | Indicates whether the area enclosed by the polyline is to be filled or not. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| LineProperties | Access to the line (pen) properties of the polyline | |
| StartLocalParameter | Local parameter associated with the start point. | |
| StartParameter | Parameter associated with the start point. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PolylineSegments | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetVertices | Returns an array of vertices of the polyline segments. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See also: [!:Autodesk::Revit::DB::IModelExportContext::OnPolylineSegments].
See Also