Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolLibrary Class
Members Example

MDSymbolLibrary Class
This class is a interface to manage symbols libraries
Inheritance Hierarchy

System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDSymbolLibrary

Syntax
[DefaultMember("Symbol")]
public class MDSymbolLibrary : PropertiesAndHandleObject 
Remarks
Object becomes invalid when a Eplan.EplApi.DataModel.Project is open and closed.
Example
It is possible to get MDSymbol object from MDSymbolLibrary, by indexer :
MDSymbolLibrary lib = ....
MDSymbol smbl = lib["XEDU"];
Public Properties
 NameDescription
Public Property.NET Property enabling access to P8 properties of the MDSymbolLibrary object.  
Public PropertyIndex operator to get a symbol by its name.  
Public PropertyGets a read only list of all Symbols in the library  
Top
Public Methods
 NameDescription
Public MethodCreates a new symbol with a unique Id and a unique strName.  
Public MethodCloses (and saves) the symbol library.  
Public Methodstatic (Shared in Visual Basic)Creates a new SymbolLibrary  
Public MethodDestructor for deterministic finalization of MDSymbolLibrary object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject)
Public MethodGets a Symbol object out of the library.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Opens an existing symbol library.  
Public MethodRemoves the symbol library.  
Top
See Also