This .NET class wraps the AcGiEdgeStyle::Linetype ObjectARX class. It describes an enumeration representing the types of line patterns that can be displayed to represent an edge.
Public Enum Linetype Solid Dashed Dotted DashDot ShortDash MediumDash LongDash ShortDashX2 MediumDashX2 LongDashX2 MediumLongDash MediumDashShortDashShortDash LongDashShortDash LongDashDotDot LongDashDot MediumDashDotShortDashDot SparseDot ISODash ISODashSpace ISOLongDashDot ISOLongDashDoubleDot ISOLongDashTripleDot ISODot ISOLongDashShortDash ISOLongDashDoubleShortDash ISODashDot ISODoubleDashDot ISODashDoubleDot ISODoubleDashDoubleDot ISODashTripleDot ISODoubleDashTripleDot LineTypeNone Solid6PixelsBlank6Pixels End Enum
public enum Linetype { Solid, Dashed, Dotted, DashDot, ShortDash, MediumDash, LongDash, ShortDashX2, MediumDashX2, LongDashX2, MediumLongDash, MediumDashShortDashShortDash, LongDashShortDash, LongDashDotDot, LongDashDot, MediumDashDotShortDashDot, SparseDot, ISODash, ISODashSpace, ISOLongDashDot, ISOLongDashDoubleDot, ISOLongDashTripleDot, ISODot, ISOLongDashShortDash, ISOLongDashDoubleShortDash, ISODashDot, ISODoubleDashDot, ISODashDoubleDot, ISODoubleDashDoubleDot, ISODashTripleDot, ISODoubleDashTripleDot, LineTypeNone, Solid6PixelsBlank6Pixels }
Members |
Description |
Solid |
Display with a solid line pattern. |
Dashed |
Display with dashed line pattern. |
Dotted |
Display with a dotted line pattern. |
DashDot |
Display with a dash and dot line pattern. |
ShortDash |
Display with a short dash line pattern. |
MediumDash |
Display with a medium dash line pattern. |
LongDash |
Display with a long dash line pattern. |
ShortDashX2 |
Display with a doulbe short dash line pattern. |
MediumDashX2 |
Display with a double medium dash line pattern. |
LongDashX2 |
Display with a double long dash line pattern. |
MediumLongDash |
Display with a medium long dash line pattern. |
MediumDashShortDashShortDash |
Display with a medium dash plus short dash plus short dash line pattern. |
LongDashShortDash |
Display with a long dash plus short dash line pattern. |
LongDashDotDot |
Display with a long dash plus dot plus dot's line pattern. |
LongDashDot |
Display with a long dash plus dot's line pattern. |
MediumDashDotShortDashDot |
Display with a medium dash dot plus short dash dot's line pattern. |
SparseDot |
Display with a sparse dot's line pattern. |
LineTypeNone |
Display with no line pattern. |
Solid6PixelsBlank6Pixels |
Display with a 6 pixel and 6 blank's line pattern. |
Comments? |