Eplan Platform API
Eplan.EplApi.DataModel Namespace / PlaceHolderText.Enums.Type Enumeration

In This Topic
    PlaceHolderText.Enums.Type Enumeration
    In This Topic
    Type of placeholder
    Syntax
    public enum PlaceHolderText.Enums.Type : System.Enum 
    public enum class PlaceHolderText.Enums.Type : public System.Enum 
    Members
    MemberValueDescription
    Cabletable7Cable table
    GraphicJumperAll2All jumpers (saddle and wire)
    GraphicJumperJackside14Jumper jackside
    GraphicJumperPinside15Jumper pinside
    GraphicJumperSaddle3Saddle jumper
    GraphicJumperSaddleExternal17Saddle jumper (external)
    GraphicJumperSaddleInternal16Saddle jumper (internal)
    GraphicJumperSwitchableExternal22Switchable jumper (external)
    GraphicJumperSwitchableInternal21Switchable jumper (internal)
    GraphicJumperWire4Wire jumper (internal and external)
    GraphicJumperWireExternal6Wire jumper (external)
    GraphicJumperWireInsertion18Insertable jumper (internal and external)
    GraphicJumperWireInsertionExternal20Insertable jumper (external)
    GraphicJumperWireInsertionInternal19Insertable jumper (internal)
    GraphicJumperWireInternal5Wire jumper (internal)
    Hyperlink9Hyperlink
    SumAccumulation12Accumulation
    SumSubtotal10Subtotal
    SumSubtotalPlusAccumulation11Subtotal + Accumulation
    SumTotal13Total
    Symbol1Symbol
    Text0Text
    Wiretable8Wire table
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.PlaceHolderText.Enums.Type

    See Also