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

In This Topic
    ARTICLEREF_FUNCTIONGROUP Property
    In This Topic
    Function group # 20489.
    Syntax
    public PropertyValue ARTICLEREF_FUNCTIONGROUP {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_FUNCTIONGROUP {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This field is for informational purposes and can be used, for instance, for filtering during part selection. Entry is limited to 30 characters.

    EPLAN reads article reference properties from function or if corresponding propoerty does not exists on function or is empty, then it is taken directly from the article. User needs to remember that setting values which removes property value for article reference property causes that they are read from article. Here is list of such values for each type: LONG - 0, STRING - empty string, BOOL - false, DOUBLE - 0.0 and for MULTILANGSTRING - empty multi lang string.

    See Also