Eplan Platform API
Eplan.EplApi.HEServices Namespace / ChangeOfStandard Class / SetSchema Method
Name of schema which should be set
Name of source library
Name of target library

SetSchema Method
Set mapping schema.
Syntax

Parameters

schemaName
Name of schema which should be set
sourceLibraryName
Name of source library
targetLibraryName
Name of target library
Exceptions
ExceptionDescription
An error occurs during setting a schema mapping.
Remarks
Method set mapping schema for given libraries. All libraries mappings should be first set by this method before performing TransformObjects:Eplan::EplApi::HEServices::ChangeOfStandards:. Without it symbols won't be changed. To find correct schema for mapping from sourceLibraryName to targetLibraryName use GetMatchingSymbolMappingSchemas:Eplan::EplApi::HEServices::ChangeOfStandards:.
See Also