Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED Property / FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED Property

In This Topic
    FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED Property
    In This Topic
    Marked for deletion # 20186.
    Syntax
    public PropertyValue FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED {get; set;}
    public:
    property PropertyValue^ FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Marks functions or connections so that these can be found and deleted with a check run.

    During the import and synchronization of the PLC data and assignment lists PLC objects (meaning PLC boxes, connection points and addresses) are marked if the respective function is only contained in the EPLAN target project, but is not part of the imported PLC data.

    During an AutomationML import functions are marked if the respective function is only contained in the EPLAN target project, but is not part of the imported AML data.

    During an import from Harness proD functions or connections that were deleted in Harness proD are marked in EPLAN.

    See Also