Eplan Platform API
Eplan.EplApi.DataModel Namespace / MacroEntryPropertyList Class / MACROBOX_USECONNECTIONPOINTDESIGNATION Property / MACROBOX_USECONNECTIONPOINTDESIGNATION Property

In This Topic
    MACROBOX_USECONNECTIONPOINTDESIGNATION Property
    In This Topic
    Macro: Take connection point designations into account # 23014.
    Syntax
    public PropertyValue MACROBOX_USECONNECTIONPOINTDESIGNATION {get; set;}
    public:
    property PropertyValue^ MACROBOX_USECONNECTIONPOINTDESIGNATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Specifies for the macro, whether connection point designations are taken into account for device assignment when macros are updated.

    0 = From user settings: The connection point designations are taken into account during the device assignment, if the user setting "Take the connection point designations into account during the device assignment" is activated.

    1 = Yes: The connection point designations are always taken into account.

    2 = No: The connection point designations are never taken into account.

    See Also