API Help
Eplan.EplApi.DataModel.EObjects Namespace / PlugStripPropertyList Class / PLUGSTRIP_COUNTOFJOINED Property / PLUGSTRIP_COUNTOFJOINED(Int32) Property

In This Topic
    PLUGSTRIP_COUNTOFJOINED(Int32) Property
    In This Topic
    Plugs: Number of pins (male and female pin) # 35212. This property isn't indexed.
    Syntax
    public PropertyValue PLUGSTRIP_COUNTOFJOINED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLUGSTRIP_COUNTOFJOINED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Number of pins consisting of a male-female combination in plug.

    See Also