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

In This Topic
    FUNC_ARTICLE_CONSTRUCTION(Int32) Property
    In This Topic
    Used drilling pattern # 20284.
    Syntax
    public PropertyValue FUNC_ARTICLE_CONSTRUCTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_CONSTRUCTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

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

    Shows the drilling patterns (max. 50) in use of a part number assigned to a function.

    See Also