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

In This Topic
    ARTICLEREF_ADDITIONAL_BOOLFIELD(Int32) Property
    In This Topic
    Suppl. field: Yes / No # 20502. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLEREF_ADDITIONAL_BOOLFIELD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_ADDITIONAL_BOOLFIELD {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Supplementary field for part reference data. Serves for the entry of free additional properties that can only assume two values ("Yes" or "No"). Outputs the value of the "Supplementary field Yes / No" (ID 20916) 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. In a parts list you can, for example, output only those parts for which this property is activated.

    See Also