API Help
Eplan.EplApi.DataModel Namespace / MacroBoxPropertyList Class / MACROBOX_USECONNECTIONPOINTDESIGNATION Property / MACROBOX_USECONNECTIONPOINTDESIGNATION(Int32) Property

In This Topic
    MACROBOX_USECONNECTIONPOINTDESIGNATION(Int32) Property
    In This Topic
    Macro: Take connection point designations into account # 23014. This property isn't indexed.
    Syntax
    public PropertyValue MACROBOX_USECONNECTIONPOINTDESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ MACROBOX_USECONNECTIONPOINTDESIGNATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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