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

In This Topic
    FUNC_PLCTERMINAL_NO_ADRESSING(Int32) Property
    In This Topic
    Do not include in addressing # 20380. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCTERMINAL_NO_ADRESSING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCTERMINAL_NO_ADRESSING {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, the PLC connection point is excluded from addressing and retains its original address. Fixed hardware addresses are thus not changed during subsequent addressing or during the insertion of macros.

    See Also