Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionsFilter Class / Function Property

In This Topic
    Function Property
    In This Topic
    Sets the Function that Connections matching the filter must have as the start or the end function.
    Syntax
    public Function Function {get; set;}
    public:
    property Function^ Function {
       Function^ get();
       void set (    Function^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also