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 schema names for given symbol libraries mapping.
    Syntax
    public string[] GetMatchingSymbolMappingSchemas( 
       string sourceLibraryName,
       string targetLibraryName
    )
    public:
    array<String^>^ GetMatchingSymbolMappingSchemas( 
       String^ sourceLibraryName,
       String^ targetLibraryName
    ) 

    Parameters

    sourceLibraryName
    Name of source library
    targetLibraryName
    Name 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