Share

PolylineSegments Class

An output node that represents a tessellated polyline segments.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.PolylineSegments


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public class PolylineSegments : IDisposable

The PolylineSegments type exposes the following members.

Properties

 NameDescription
Public propertyEndLocalParameter Local parameter associated with the end point.
Public propertyEndParameter Parameter associated with the end point.
Public propertyIsFilled Indicates whether the area enclosed by the polyline is to be filled or not.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLineProperties Access to the line (pen) properties of the polyline
Public propertyStartLocalParameter Local parameter associated with the start point.
Public propertyStartParameter Parameter associated with the start point.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the PolylineSegments
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetVertices Returns an array of vertices of the polyline segments.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

Remarks

See also: [!:Autodesk::Revit::DB::IModelExportContext::OnPolylineSegments].

See Also

Reference

Was this information helpful?