API Help
Eplan.EplApi.HEServices Namespace / Masterdata Class / ExportSymbolLibrary Method
Source *.slk filename of the symbol library.
Destination *.esl filename of the symbol library.

In This Topic
    ExportSymbolLibrary Method
    In This Topic
    Exports symbol library.
    Syntax
    public void ExportSymbolLibrary( 
       string strSource,
       string strDestination
    )
    public:
    void ExportSymbolLibrary( 
       String^ strSource,
       String^ strDestination
    ) 

    Parameters

    strSource
    Source *.slk filename of the symbol library.
    strDestination
    Destination *.esl filename of the symbol library.
    See Also