API Help
Eplan.EplApi.MasterData Namespace / MDPartsManagement Class
Members Example

MDPartsManagement Class
To open or create a parts database there is the management class MDPartsManagement.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.MasterData.MDPartsManagement

Syntax
public class MDPartsManagement 
Example
MDPartsManagement pm = new MDPartsManagement();
MDPartsDatabase db = pm.OpenDatabase();
Public Constructors
 NameDescription
Public Constructorconstructor of MDPartsManagement  
Top
Public Properties
 NameDescription
Public PropertyGets the parts database that is opened in the parts management dialog.  
Top
Public Methods
 NameDescription
Public MethodCreate a new parts database.  
Public MethodGets the selected PartItem(s) in the parts management (or parts navigator)  
Public MethodOverloaded. Opens the given parts database.  
Public MethodRefreshes the parts management dialog. That is useful after making changes on the parts database items.  
Public MethodRegisters an addin for the parts management. The given action will be called for several 'actions'.  
Public MethodRegisters 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).  
Public MethodRegisters an additional tab sheet for the given item type.  
Public MethodSelects the given item in the parts management dialog.  
Public MethodSet the parts management dialog modified.  
Public MethodUnregisters an addin that was registered with RegisterAddin.  
Public MethodThe given item type will be unregisterd.  
Public MethodUnregisters a tab sheet that was registerd with RegisterTabsheet().  
Top
See Also