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

In This Topic
    FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED(Int32) Property
    In This Topic
    Marked for deletion # 20186. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION_PLCIMPORTCOMPARE_MARKEDTOBEDELETED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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