API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_SUPPLEMENTARYFIELD Property / FUNC_SUPPLEMENTARYFIELD Property

In This Topic
    FUNC_SUPPLEMENTARYFIELD Property
    In This Topic
    Supplementary field # 20901.
    Syntax
    public PropertyValue FUNC_SUPPLEMENTARYFIELD {get; set;}
    public:
    property PropertyValue^ FUNC_SUPPLEMENTARYFIELD {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

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

    A max. of 1,000 supplementary fields can be defined for the function using the index.

    See Also