API Help
Eplan.EplApi.HEServices Namespace / Masterdata Class / ImportSymbolLibrary Method
Path to *.esl file which should be imported
Path to *.slk file where symbol library should be stored

In This Topic
    ImportSymbolLibrary Method
    In This Topic
    Imports symbol library
    Syntax
    public void ImportSymbolLibrary( 
       string strSource,
       string strDestination
    )
    public:
    void ImportSymbolLibrary( 
       String^ strSource,
       String^ strDestination
    ) 

    Parameters

    strSource
    Path to *.esl file which should be imported
    strDestination
    Path to *.slk file where symbol library should be stored
    Remarks
    Import symbol library. When under destination path already some symbol library exists, it will be deleted.
    See Also