System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDSymbolLibrary
System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDSymbolLibrary
[DefaultMember("Symbol")] public class MDSymbolLibrary : PropertiesAndHandleObject
[DefaultMember("Symbol")] public ref class MDSymbolLibrary : public PropertiesAndHandleObject
MDSymbolLibrary lib = ....
MDSymbol smbl = lib["XEDU"];
	| Name | Description | |
|---|---|---|
|  | Properties | .NET Property enabling access to P8 properties of the MDSymbolLibrary object. | 
|  | Symbol | Index operator to get a symbol by its name. | 
|  | Symbols | Gets a read only list of all Symbols in the library | 
| Name | Description | |
|---|---|---|
|  | AddSymbol | Creates a new symbol with a unique Id and a unique strName. | 
|  | Close | Closes (and saves) the symbol library. | 
|   | Create | Creates a new SymbolLibrary | 
|  | Dispose() | Destructor for deterministic finalization of MDSymbolLibrary object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject) | 
|  | GetSymbol | Gets a Symbol object out of the library. | 
|   | Open | Overloaded. Opens an existing symbol library. | 
|  | Remove | Removes the symbol library. |