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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. The pipe class specifies the range of application in relation to the pressure and temperature, meaning the maximum permissible pressure at which the piping may be operated at a maximum permissible temperature. When doing this, a pipe class contains a fixed number of pipe items, such as pipes, fittings, flanges, nuts, bolts, and gaskets.

    See Also