Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNCTION_NETBASEDWIRING_IDS Property / FUNCTION_NETBASEDWIRING_IDS Property

In This Topic
    FUNCTION_NETBASEDWIRING_IDS Property
    In This Topic
    IDs for net-based connections # 20219.
    Syntax
    public PropertyValue FUNCTION_NETBASEDWIRING_IDS {get; set;}
    public:
    property PropertyValue^ FUNCTION_NETBASEDWIRING_IDS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the IDs of the connection points for a function as a comma-separated list.

    See Also