public void AddToSearchDB( StorableObject pObject )
public: void AddToSearchDB( StorableObject^ pObject )
Parameters
| Parameter Name | Description |
|---|---|
| pObject |
public void AddToSearchDB( StorableObject pObject )
public: void AddToSearchDB( StorableObject^ pObject )
| Parameter Name | Description |
|---|---|
| pObject |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if NULL was passed as an argument. |
| System.ArgumentException | Thrown in case of invalid arguments, e.g. the project is not valid or does not exist. |
| System.ApplicationException | Thrown if the internal interface for the search could not be created. |
| Eplan.EplApi.Base.BaseException | Thrown if the search finished with errors. |