Eplan Platform API
Eplan.EplApi.HEServices Namespace / Translate Class / TranslateObjects Method
Array of StorableObjects to be translated.

In This Topic
    TranslateObjects Method
    In This Topic
    Translates all texts of a StorableObject (also project or page).
    Syntax
    public bool TranslateObjects( 
       StorableObject[] storableObjects
    )
    public:
    bool TranslateObjects( 
       array<StorableObject^>^ storableObjects
    ) 

    Parameters

    storableObjects
    Array of StorableObjects to be translated.

    Return Value

    true, in case of success.
    Exceptions
    ExceptionDescription
    An error occurred during translation.
    Remarks
    For projects or pages all elements within will be translated.
    See Also