API Help
Eplan.EplApi.DataModel Namespace / PipingDefinitionPropertyList Class / PIPELINE_CHANGE_SOURCE_TARGET Property / PIPELINE_CHANGE_SOURCE_TARGET(Int32) Property

In This Topic
    PIPELINE_CHANGE_SOURCE_TARGET(Int32) Property
    In This Topic
    Piping: Exchange source and target # 33301. This property isn't indexed.
    Syntax
    public PropertyValue PIPELINE_CHANGE_SOURCE_TARGET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PIPELINE_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

    Through this entry you specify whether the target designations of a piping correspond to the targets of the underlying connection or the source and target have been exchanged.

    See Also