LinePattern
Description:
Represents a line pattern definition.
Represents a line pattern definition.
Remarks:
A line pattern is a pattern of dashes and dots used to control the way the lines of an object are drawn in Revit. Line patterns are used in the definition of GraphicsStyle objects. A line pattern is defined by a repeating sequence segments. Each segment is a dash, a dot or a space. A line pattern definition must contain an even number of segments, starting with a visible segment (a dash or a dot) and alternating between visible segments and spaces.
A line pattern is a pattern of dashes and dots used to control the way the lines of an object are drawn in Revit. Line patterns are used in the definition of GraphicsStyle objects. A line pattern is defined by a repeating sequence segments. Each segment is a dash, a dot or a space. A line pattern definition must contain an even number of segments, starting with a visible segment (a dash or a dot) and alternating between visible segments and spaces.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.LinePattern
System.Object
Autodesk.Revit.DB.LinePattern
public class LinePattern : IDisposable
| Name | Return Type | Description |
|---|---|---|
| LinePattern() | None | Creates a simple line pattern. |
| LinePattern(String) | None | Creates a line pattern with given name. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetSegments() | IList<LinePatternSegment> | Gets the sequence of segments that defines this line pattern. |
| SetSegments(IList<LinePatternSegment>) | None | Sets the sequence of segments that defines this line pattern. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Name | string | Line pattern name. |