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

In This Topic
    FUNC_ARTICLE_INTAKE_VOLUME(Int32) Property
    In This Topic
    Intake volume # 26197.
    Syntax
    public PropertyValue FUNC_ARTICLE_INTAKE_VOLUME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_INTAKE_VOLUME {
       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.

    Volume of the air or gas drawn in by the device within a certain period. The value is specified in cubic meters (m³).

    See Also