LinePatternSegmentType Enumeration |
Represents the type of a line pattern segment.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum LinePatternSegmentType
Public Enumeration LinePatternSegmentType
public enum class LinePatternSegmentType
type LinePatternSegmentType
Members| Member name | Value | Description |
|---|
| Dash | 0 |
A dash
|
| Dot | 2 |
A dot
|
| Invalid | 3 | |
| Space | 1 |
A space
|
See Also