Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / AddRelatedObjectsToGotoDB Method
Object of which the cross\-references should be found.

In This Topic
    AddRelatedObjectsToGotoDB Method
    In This Topic
    Adds cross-referenced objects to the goto results list.
    Syntax
    public void AddRelatedObjectsToGotoDB( 
       StorableObject storableObject
    )
    public:
    void AddRelatedObjectsToGotoDB( 
       StorableObject^ storableObject
    ) 

    Parameters

    storableObject
    Object of which the cross\-references should be found.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments (storableObject is not valid).
    \Internal interface for search could not be created.
    The method finished with errors.
    See Also