API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_FUNCTIONGROUP( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_FUNCTIONGROUP {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ 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