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

GetMatchingSymbolMappingSchemas Method
Gets symbol schema names for given symbol libraries mapping.
Syntax
public 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