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

In This Topic
    PLUGSTRIP_ITEMCOUNT(Int32) Property
    In This Topic
    Plugs: Number of pins and accessories for plug diagram # 35207. This property isn't indexed.
    Syntax
    public PropertyValue PLUGSTRIP_ITEMCOUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PLUGSTRIP_ITEMCOUNT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    See Also