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

In This Topic
    FUNC_PLC_BUS_INTERFACENAME_INDIRECT(Int32) Property
    In This Topic
    Bus interface: Name (indirect) # 20390. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLC_BUS_INTERFACENAME_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_BUS_INTERFACENAME_INDIRECT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The bus interface name serves to group bus ports for the export of Ethernet-based bus systems. Associated bus ports are combined into a logical unit via this name.

    See Also