Eplan Platform API
Eplan.EplApi.HEServices Namespace / ChangeOfStandard Class / SetSchema Method
Name of scheme to be set
Name of source library
Name of target library

In This Topic
    SetSchema Method
    In This Topic
    Set mapping scheme.
    Syntax

    Parameters

    Parameter NameDescription
    schemaNameName of scheme to be set
    sourceLibraryNameName of source library
    targetLibraryNameName of target library
    Exceptions
    ExceptionDescription
    An error occurs during setting a scheme mapping.
    Remarks
    Method sets mapping scheme 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 the correct scheme for mapping from sourceLibraryName to targetLibraryName, use GetMatchingSymbolMappingSchemas:Eplan::EplApi::HEServices::ChangeOfStandards:.
    See Also