PolylineSegments
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the PolylineSegments | |
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| GetVertices() | IList<XYZ> | Returns an array of vertices of the polyline segments. | |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EndLocalParameter | double | Local parameter associated with the end point. | |
| EndParameter | double | Parameter associated with the end point. | |
| IsFilled | bool | Indicates whether the area enclosed by the polyline is to be filled or not. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | |
| LineProperties | LineProperties | Access to the line (pen) properties of the polyline | |
| StartLocalParameter | double | Local parameter associated with the start point. | |
| StartParameter | double | Parameter associated with the start point. |