API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_FLOW Property / ARTICLE_FLOW(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Property of a part variant. Enter how many liters per minute can flow through the part. Entry is limited to 15 characters.

    See Also