Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReferencePropertyList Class / ARTICLEREF_ADDITIONAL_TEXTFIELD Property / ARTICLEREF_ADDITIONAL_TEXTFIELD Property

In This Topic
    ARTICLEREF_ADDITIONAL_TEXTFIELD Property
    In This Topic
    Suppl. field: Text # 20501.
    Syntax
    public PropertyValue ARTICLEREF_ADDITIONAL_TEXTFIELD {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_ADDITIONAL_TEXTFIELD {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Supplementary field for part reference data. Serves for the entry of free additional properties. Outputs the value of the "Supplementary field text" (ID 20915) per part reference. You have to note the meaning specified by you of the supplementary field. This property can be used, for example in block properties or as a filter criterion in reports and during the manufacturing data export.

    See Also