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

In This Topic
    FUNC_PLCISBUSDISTRIBUTOR(Int32) Property
    In This Topic
    Bus distribution device # 20189. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCISBUSDISTRIBUTOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCISBUSDISTRIBUTOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Entered on a PLC box and identifies it as a bus distribution device. The PLC box is then not checked for missing or multiply used bus addresses.

    See Also