API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_CABLE_CHANGE_SOURCE_TARGET Property / FUNC_CABLE_CHANGE_SOURCE_TARGET(Int32) Property

In This Topic
    FUNC_CABLE_CHANGE_SOURCE_TARGET(Int32) Property
    In This Topic
    Cables: Exchange source and target # 20064. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLE_CHANGE_SOURCE_TARGET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLE_CHANGE_SOURCE_TARGET {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    You use this entry to define whether the target designations in the cable diagram reflect that of the terminal diagram, or whether the target designations should be swapped.

    See Also