Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLC_BUS_INTERFACENAME_MASTER Property / FUNC_PLC_BUS_INTERFACENAME_MASTER Property

In This Topic
    FUNC_PLC_BUS_INTERFACENAME_MASTER Property
    In This Topic
    Bus interface: Main bus port # 20448.
    Syntax
    public PropertyValue FUNC_PLC_BUS_INTERFACENAME_MASTER {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_BUS_INTERFACENAME_MASTER {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies a bus port within an interface as the main bus port. This bus port represents the bus interface and bears the data. During exporting the data are read from the main bus port and written into the PLC configuration file.

    See Also