Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiLinePattern Enumeration
In This Topic
    ApiLinePattern Enumeration
    In This Topic
    Line patterns for API.
    Syntax
    public enum ApiLinePattern : System.Enum 
    Members
    MemberDescription
    ACAD_ISO02W100 ACAD_ISO02W100 line pattern.
    ACAD_ISO03W100 ACAD_ISO03W100 line pattern.
    ACAD_ISO04W100 ACAD_ISO04W100 line pattern.
    ACAD_ISO05W100 ACAD_ISO05W100 line pattern.
    ACAD_ISO06W100 ACAD_ISO06W100 line pattern.
    ACAD_ISO07W100 ACAD_ISO07W100 line pattern.
    ACAD_ISO08W100 ACAD_ISO08W100 line pattern.
    ACAD_ISO09W100 ACAD_ISO09W100 line pattern.
    ACAD_ISO10W100 ACAD_ISO10W100 line pattern.
    ACAD_ISO11W100 ACAD_ISO11W100 line pattern.
    ACAD_ISO12W100 ACAD_ISO12W100 line pattern.
    ACAD_ISO13W100 ACAD_ISO13W100 line pattern.
    ACAD_ISO14W100 ACAD_ISO14W100 line pattern.
    ACAD_ISO15W100 ACAD_ISO15W100 line pattern.
    ArrowBoth Arrow both line pattern.
    ArrowBothPx Arrow both px line pattern.
    ArrowHead Arrow head line pattern.
    ArrowHeadPx Arrow head px line pattern.
    ArrowTail Arrow tail line pattern.
    ArrowTailPx Arrow tail px line pattern.
    DashesDots Dashes dots line pattern.
    DashesDoubleDot Dashes double dot line pattern.
    DashesTrippleDot Dashes triple dot line pattern.
    DottedLine Dotted line pattern.
    DraftingCenterLine Drafting center line pattern.
    LongDashes Long dashes line pattern.
    LongDashesDoubleShortDash Long dashes double short dash line pattern.
    NotSet Not set line pattern.
    SimpleDashed Simple dashed line pattern.
    Solid Solid line pattern.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiLinePattern

    See Also