Eplan Platform API
Eplan.EplApi.HEServices Namespace / ChangeOfStandard Class / TransformObjects Method
Determines how objects should be transformed
Page from which all objects will be taken
Page to which all object will be inserted after expected operations

In This Topic
    TransformObjects Method
    In This Topic
    Transforms all objects from source page to target page.
    Syntax

    Parameters

    rotationAndFlipping
    Determines how objects should be transformed
    sourcePage
    Page from which all objects will be taken
    targetPage
    Page to which all object will be inserted after expected operations

    Return Value

    The dictionary with pairs of objects (source, transformed)
    Exceptions
    ExceptionDescription
    An error occurs during transform operation.
    sourcePage or targetPage is null.
    Remarks
    All objects from source page should be copied into target page with given rotation and mirrored if expected. Note that for symbol rotation and mirroring first correct schema should be set by SetSchema:Eplan::EplApi::HEServices::ChangeOfStandards: method.
    See Also