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

In This Topic
    FUNC_CATEGORY_GROUP_ID(Int32) Property
    In This Topic
    Function definition: Category / Group / Definition # 20188. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CATEGORY_GROUP_ID( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CATEGORY_GROUP_ID {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Outputs the function definition in the "Category / Group / Function definition" format.

    See Also