Namespace:
Autodesk.Revit.DB
LinePattern
Class
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.
LinePattern Class Members:
Name | Description | Inherited From |
---|---|---|
LinePattern() | Creates a simple line pattern. | |
LinePattern(String) | Creates a line pattern with given name. |
Name | Description | Inherited From |
---|---|---|
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
Name | Line pattern name. |
Name | Description | Inherited From |
---|---|---|
Dispose | Releases all resources used by the LinePattern | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetSegments | Gets the sequence of segments that defines this line pattern. | |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
SetSegments | Sets the sequence of segments that defines this line pattern. | |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |