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

In This Topic
    CONNECTION_MEDIUM(Int32) Property
    In This Topic
    Substance # 31068. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_MEDIUM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_MEDIUM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the substance that is transported through the respective piping in the process engineering (such as "water", "oil", "oxygen").

    See Also