API Help
Eplan.EplApi.MasterData Namespace / MDPartsManagement Class / RegisterItem Method

In This Topic
    RegisterItem Method
    In This Topic
    Registers a new item type into the parts management. That item type will be shown in the tree view (while calling the 'actions' GetRootLevel and GetNextLevel).
    Syntax
    public bool RegisterItem( 
       string addinName,
       string itemType
    )
    public:
    bool RegisterItem( 
       String^ addinName,
       String^ itemType
    ) 

    Parameters

    addinName
    itemType
    See Also