Revit 2025 API
Polyline |
An output node that represents a tessellated polyline segments.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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: OnPolylineSegments(PolylineSegments).
See Also