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

    Parameter NameDescription
    storableObjectObject of which the cross\-references should be found.
    Exceptions
    ExceptionDescription
    Thrown if NULL was passed as an argument.
    Thrown in case of invalid arguments, e.g. the storableObject is not valid.
    Thrown if the internal interface for the search could not be created.
    Thrown if the method finished with errors.
    See Also