API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLEREF_ADDITIONAL_TEXTFIELD Property / ARTICLEREF_ADDITIONAL_TEXTFIELD(Int32) Property

In This Topic
    ARTICLEREF_ADDITIONAL_TEXTFIELD(Int32) Property
    In This Topic
    Suppl. field: Text # 20501. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLEREF_ADDITIONAL_TEXTFIELD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_ADDITIONAL_TEXTFIELD {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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