Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_ERPNR_7 Property / FUNC_ARTICLE_ERPNR_7(Int32) Property

In This Topic
    FUNC_ARTICLE_ERPNR_7(Int32) Property
    In This Topic
    ERP / PDM number 7 # 31172.
    Syntax
    public PropertyValue FUNC_ARTICLE_ERPNR_7( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_ERPNR_7 {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 50.

    This property can be used to filter in the project data navigators. By default, the property is preset with the value of the part property "ERP / PDM number 7" (ID 22376) of the associated part. During entry as many characters as you wish are possible, but only the first 64 characters in the UTF-8 format are identifying. A max. of 50 definitions can be defined using the index.

    See Also