Eplan Platform API
Eplan.EplApi.HEServices Namespace / PartsService Class / MoveArticleReference Method
Article reference which defines source object and index
Target object where ArticleReference will be moved to.
Target index where ArticleReference will be moved to.

In This Topic
    MoveArticleReference Method
    In This Topic
    Moves ArticleReference to another index or to another object or both.
    Syntax

    Parameters

    Parameter NameDescription
    oSourceARArticle reference which defines source object and index
    oTargetTarget object where ArticleReference will be moved to.
    nTargetIndexTarget index where ArticleReference will be moved to.

    Return Value

    Newly created ArticleReference.
    Remarks
    If the user still holds ArticleReference objects which are affected by the change, or their internal object identifiers, they will get invalid after calling the method.
    See Also