API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLC_SUBSLOT Property / FUNC_PLC_SUBSLOT(Int32) Property

In This Topic
    FUNC_PLC_SUBSLOT(Int32) Property
    In This Topic
    Subslot # 20312. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLC_SUBSLOT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_SUBSLOT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Some modules have built-in inputs and outputs or integrated interface modules that are shown as subslots. These subslots are not shown in the PLC navigator and are treated differently for data exchanges.

    See Also