Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplatePropertyList Class / FUNC_ARTICLE_INTAKE_CAPACITY Property / FUNC_ARTICLE_INTAKE_CAPACITY(Int32) Property

In This Topic
    FUNC_ARTICLE_INTAKE_CAPACITY(Int32) Property
    In This Topic
    Intake capacity # 26195.
    Syntax
    public PropertyValue FUNC_ARTICLE_INTAKE_CAPACITY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_INTAKE_CAPACITY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    The ability of a system to draw in a certain amount of air or gas per unit of time. The value is given in cubic meters per hour (m³/h).

    See Also