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