<Code Lib>
2023 Class
Changes 0
C

LineSegment

Description:
An output node that represents a tessellated line segment.
Remarks:
See also: OnLineSegment(LineSegment).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LineSegment

public class LineSegment : IDisposable

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P EndParameter double Parameter associated with the end point.
P EndPoint XYZ End point of the line segment.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LineProperties LineProperties Access to the line (pen) properties of the line
P StartParameter double Parameter associated with the start point.
P StartPoint XYZ Start point of the line segment.

Loading…