Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_CABLE_PIPE_TRANSMITTER_CONNECTION Property / FUNC_ARTICLE_CABLE_PIPE_TRANSMITTER_CONNECTION(Int32) Property

In This Topic
    FUNC_ARTICLE_CABLE_PIPE_TRANSMITTER_CONNECTION(Int32) Property
    In This Topic
    Measuring transducer: Line connection (cable / pipe) # 26203.
    Syntax
    public PropertyValue FUNC_ARTICLE_CABLE_PIPE_TRANSMITTER_CONNECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_CABLE_PIPE_TRANSMITTER_CONNECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    The way in which a measuring transducer is connected to cables or pipes (e.g., "plugged" or "cast" for a pressure measuring transducer during a submersion / well measurement).

    See Also