API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / FUNC_GROUP Property / FUNC_GROUP(Int32) Property

In This Topic
    FUNC_GROUP(Int32) Property
    In This Topic
    Function definition: Group # 20116. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_GROUP( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_GROUP {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    This property is read-only..

    Function definition group, serves to group the function definitions.

    See Also