Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / PlugStrip Class / Plugs Property

In This Topic
    Plugs Property (PlugStrip)
    In This Topic
    Returns all Plug objects of the plug strip.
    Syntax
    public Plug[] Plugs {get;}
    public:
    property array<Plug^>^ Plugs {
       array<Plug^>^ get();
    }
    Remarks
    In case the whole connector contains two sides (i.e. pin-side and socket-side) this property returns plugs whose side corresponds to the side of the plug strip only.
    See Also