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

In This Topic
    FUNC_PLCDEACTIVATED_IO(Int32) Property
    In This Topic
    Deactivated I/O connection point # 20438. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCDEACTIVATED_IO( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDEACTIVATED_IO {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies a deactivated I/O connection point within a channel. A channel can have several I/O connection points, but only one of them can be active. Deactivated connection points are treated as power supplies. For example, when addressing a filled address, the address from the channel is overwritten.

    See Also