Eplan Platform API
Eplan.EplApi.HEServices Namespace / ChangeOfStandard Class / GetMatchingSymbolMappingSchemas Method
Name of source library
Name of target library

In This Topic
    GetMatchingSymbolMappingSchemas Method
    In This Topic
    Gets symbol scheme names for given symbol libraries mapping.
    Syntax
    public string[] GetMatchingSymbolMappingSchemas( 
       string sourceLibraryName,
       string targetLibraryName
    )
    public:
    array<String^>^ GetMatchingSymbolMappingSchemas( 
       String^ sourceLibraryName,
       String^ targetLibraryName
    ) 

    Parameters

    Parameter NameDescription
    sourceLibraryNameName of source library
    targetLibraryNameName of target library
    Exceptions
    ExceptionDescription
    An error occurs during reading the data.
    Remarks
    Method allows to find correct schemes for mapping from sourceLibraryName to targetLibraryName.
    See Also