Initialize Method (SymbolLibrary)
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.
Overload List
Overload | Description |
Initialize(String) | 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. |
Initialize(Project,String) | Opens a symbol library of the project. |
See Also