Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / FUNC_ARTICLE_FAN_AIR_FLOW Property / FUNC_ARTICLE_FAN_AIR_FLOW(Int32) Property

In This Topic
    FUNC_ARTICLE_FAN_AIR_FLOW(Int32) Property
    In This Topic
    Blower air flow # 26354.
    Syntax
    public PropertyValue FUNC_ARTICLE_FAN_AIR_FLOW( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_FAN_AIR_FLOW {
       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.

    Air flow generated by a blower. The blower air flow is usually measured in cubic meters per hour (m³/h) or liters per second (l/s) and indicates how much air the blower can move in a specific time period.

    See Also