API Help
Eplan.EplApi.DataModel Namespace / Properties.PlugStrip Enumeration

In This Topic
    Properties.PlugStrip Enumeration
    In This Topic
    Identificators of properties owned by PlugStrip class.
    Syntax
    public enum Properties.PlugStrip : System.Enum 
    public enum class Properties.PlugStrip : public System.Enum 
    Members
    MemberValueDescription
    FUNC_FULLDEVICETAG20006DT (full) # 20006.
    FUNC_TEXT20011Function text # 20011.
    FUNC_TEXT_AUTOMATIC20031Function text (automatic) # 20031.
    PLUGSTRIP_CONNECTIONDIAGRAMPAGE35202Plugs: Page name of pin-connection diagram # 35202.
    PLUGSTRIP_COUNTOFCOMMON35208Plugs: Number of general pins # 35208.
    PLUGSTRIP_COUNTOFINTERNALOBJECTS35209Plugs: Total number of pins # 35209.
    PLUGSTRIP_COUNTOFJOINED35212Plugs: Number of pins (male and female pin) # 35212.
    PLUGSTRIP_COUNTOFN35206Plugs: Number of N pins # 35206.
    PLUGSTRIP_COUNTOFPE35205Plugs: Number of PE pins # 35205.
    PLUGSTRIP_COUNTOFPINS35210Plugs: Number of male pins # 35210.
    PLUGSTRIP_COUNTOFSH35200Plugs: Number of SH pins # 35200.
    PLUGSTRIP_COUNTOFSOCKETS35211Plugs: Number of female pins # 35211.
    PLUGSTRIP_DIAGRAMPAGE35201Plugs: Page name of plug diagram # 35201.
    PLUGSTRIP_FIRSTCONTACT35203Plugs: First pin # 35203.
    PLUGSTRIP_ITEMCOUNT35207Plugs: Number of pins and accessories for plug diagram # 35207.
    PLUGSTRIP_LASTCONTACT35204Plugs: Last pin # 35204.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Properties.PlugStrip

    See Also