Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / AreTargetsSpecifed Property

In This Topic
    AreTargetsSpecifed Property
    In This Topic
    The value determines if target is taken from net-based routing or not.
    Syntax
    public bool AreTargetsSpecifed {get; set;}
    public:
    property bool AreTargetsSpecifed {
       bool get();
       void set (    bool value);
    }
    Remarks
    If for T-node target is determined by net-base routing, this property must be set to false. See also Eplan Help->Working with Connections->Net-Based Connections
    See Also