2022 Class
Changes 0
C

LinePatternSegment

Description:
Represents a segment in a line pattern.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LinePatternSegment
public class LinePatternSegment : IDisposable
Name Return Type Description
C LinePatternSegment() None Creates a line pattern segment.
C LinePatternSegment(LinePatternSegmentType, Double) None Creates a line pattern segment with given type and length.
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Length double Gets and sets the length of the segment.
P Type LinePatternSegmentType Gets and sets the type of the segment.