API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCISBUSCOUPLER Property / FUNC_PLCISBUSCOUPLER(Int32) Property

In This Topic
    FUNC_PLCISBUSCOUPLER(Int32) Property
    In This Topic
    Bus coupler / head station # 20164. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCISBUSCOUPLER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCISBUSCOUPLER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies a device as a bus coupler or head station. In the case of a head station the Rack property has to be filled additionally for the respective PLC card.

    See Also