RVTDocs.com
Namespace: Autodesk.Revit.DB

PolylineSegments

Class
Description:
An output node that represents a tessellated polyline segments.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PolylineSegments
Syntax
public class PolylineSegments : IDisposable
PolylineSegments Class Members:
Name Description Inherited From
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 Inherited From
Dispose Releases all resources used by the PolylineSegments
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
GetVertices Returns an array of vertices of the polyline segments.
ToString Returns a string that represents the current object. (Inherited from Object ) Object