Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_KEPP_PARTS_BY_INSERT_MACRO Property / PAGE_KEPP_PARTS_BY_INSERT_MACRO Property

In This Topic
    PAGE_KEPP_PARTS_BY_INSERT_MACRO Property
    In This Topic
    Keep parts at placement # 11035.
    Syntax
    public PropertyValue PAGE_KEPP_PARTS_BY_INSERT_MACRO {get; set;}
    public:
    property PropertyValue^ PAGE_KEPP_PARTS_BY_INSERT_MACRO {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is evaluated during the generation of macros from a macro project, and assigned to the generated macro variants. If the property is activated, the macro stored on the part is placed unchanged when a device is inserted. The part number of the device is not used in this case, but instead the part numbers entered in the macro are retained.

    If the property is deactivated, the part number of the device is used, and carried over to the main function of the macro.

    See Also