Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsManagement Class / RegisterTabsheet Method
That item type can be a new one - registered be RegisterItem(). Or it can be the standard Eplan part item. Then use "eplan.part" for itemType.
The dialog that will be shown when selection an item of type itemType. That dialog has to be a XAML-Dialog.

In This Topic
    RegisterTabsheet Method
    In This Topic
    Registers an additional tab sheet for the given item type.
    Syntax
    public bool RegisterTabsheet( 
       string addinName,
       string itemType,
       string tabsheetName
    )
    public:
    bool RegisterTabsheet( 
       String^ addinName,
       String^ itemType,
       String^ tabsheetName
    ) 

    Parameters

    Parameter NameDescription
    addinName
    itemTypeThat item type can be a new one - registered be RegisterItem(). Or it can be the standard Eplan part item. Then use "eplan.part" for itemType.
    tabsheetNameThe dialog that will be shown when selection an item of type itemType. That dialog has to be a XAML-Dialog.
    See Also