| Revit 2020 API |
| PolylineSegments Members |
| PolylineSegments Class Methods Properties See Also |
The PolylineSegments type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PolylineSegments | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) |
Properties
| 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.
|