API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolLibrary Class / Initialize Method / Initialize(String) Method
Library name

In This Topic
    Initialize(String) Method
    In This Topic
    Opens a symbol library from system masterdata pool. Note: if this method returns true, it means that the library was actually open during the initialization and it is the client responsibility to close it.
    Syntax
    public bool Initialize( 
       string libraryName
    )
    public:
    bool Initialize( 
       String^ libraryName
    ) 

    Parameters

    libraryName
    Library name
    Exceptions
    ExceptionDescription
    Opening symbol library failed
    See Also