API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointInfo Class / ConnectionCategories Property

In This Topic
    ConnectionCategories Property
    In This Topic
    Returns a list of possible categories of connections.
    Syntax
    public MultiLangString[] ConnectionCategories {get;}
    public:
    property array<MultiLangString^>^ ConnectionCategories {
       array<MultiLangString^>^ get();
    }
    Remarks
    Some of them are default, the rest is user defined and editable via settings (COMPANY.PartsManagementGui.TypeOfTerminal) To change connection category, set the property PART_TERMINAL_TYPEOFTERMINAL_DEFAULT to index of an appropriate entry of ConnectionCategories array
    See Also