API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_FUNCTIONGROUP Property / ARTICLE_FUNCTIONGROUP(Int32) Property

In This Topic
    ARTICLE_FUNCTIONGROUP(Int32) Property
    In This Topic
    Function group # 22026. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_FUNCTIONGROUP( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_FUNCTIONGROUP {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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.

    See Also