API Help
Eplan.EplApi.DataModel Namespace / SymbolLibraryOpeningFailedException Class / SymbolLibraryOpeningFailedException Constructor / SymbolLibraryOpeningFailedException Constructor(String)
Name of the symbol library that wasn't found.

In This Topic
    SymbolLibraryOpeningFailedException Constructor(String)
    In This Topic
    Constructor with the name of a symbol library being opened.
    Syntax
    public SymbolLibraryOpeningFailedException( 
       string symbolLibName
    )
    public:
    SymbolLibraryOpeningFailedException( 
       String^ symbolLibName
    )

    Parameters

    symbolLibName
    Name of the symbol library that wasn't found.
    See Also