API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_FLOW( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_FLOW {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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