API Help
Eplan.EplApi.DataModel Namespace / Function Class / CanGiveConnDesignationsToOtherFunctions Property

In This Topic
    CanGiveConnDesignationsToOtherFunctions Property
    In This Topic
    Returns flag, if this function can give connection designations to other functions (is meant for the Device-Tag-Editor, where sometimes there can be edited more connection designations than the actual function has)
    Syntax
    public virtual bool CanGiveConnDesignationsToOtherFunctions {get;}
    public:
    virtual property bool CanGiveConnDesignationsToOtherFunctions {
       bool get();
    }

    Property Value

    true : can give connection designations to other functions

    false : cannot give connection designations to other functions

    Exceptions
    ExceptionDescription
    Thrown when the property cannot be obtained
    See Also