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

Initialize(String) Method
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
)

Parameters

libraryName
Library name
Exceptions
ExceptionDescription
Opening symbol library failed
See Also