API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / FUNC_CABLE_DEVTAGINCLUDESSOURCEORDESTINATION Property / FUNC_CABLE_DEVTAGINCLUDESSOURCEORDESTINATION(Int32) Property

In This Topic
    FUNC_CABLE_DEVTAGINCLUDESSOURCEORDESTINATION(Int32) Property
    In This Topic
    Cable name includes source / target # 20069. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLE_DEVTAGINCLUDESSOURCEORDESTINATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_DEVTAGINCLUDESSOURCEORDESTINATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is no longer in use and only taken into consideration in old projects. Specifies whether the cable name contains source and / or target. In this case the DT is handled differently in the DT calculation.

    See Also