Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit Class / SynchronizeObjectsToNavigators Method
Storable objects to select.

In This Topic
    SynchronizeObjectsToNavigators Method
    In This Topic
    Synchronizes objects selected in the GED to the several navigators. Groups will not be resolved, each object of a group must be given in parameter.
    Syntax
    public void SynchronizeObjectsToNavigators( 
       StorableObject[] objects
    )
    public:
    void SynchronizeObjectsToNavigators( 
       array<StorableObject^>^ objects
    ) 

    Parameters

    Parameter NameDescription
    objectsStorable objects to select.
    Exceptions
    ExceptionDescription
    Is thrown in case of NULL parameters.
    Remarks
    The synchronization is done from the GED to the navigators (like in the context menu point "Synchronize selection").
    See Also