Use this interface to manage IEwProjectBookX objects.
More...
Use this interface to manage IEwProjectBookX objects.
- Since
- 2018 SP0
◆ findEwProjectBookByID()
Get the EwProjectBook from the book ID, for associated project.
- Parameters
-
[in] | lEwProjectBookID | Book ID |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_OBJECT_NOT_FOUND The Book with given ID doesn't exist in the active project
- EW_NO_ERROR if no error detected
|
- Returns
- Valid EwProjectBook object if the Book is founded. NULL otherwise
◆ getCount()
INT_PTR IEwProjectBookManagerX::getCount |
( |
EwErrorCode * |
errorCode | ) |
|
Return the number of books of associated project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_NO_ERROR if no error detected
|
- Returns
- the number of books of associated project
◆ getEwProjectBookArray()
VARIANT IEwProjectBookManagerX::getEwProjectBookArray |
( |
EwErrorCode * |
errorCode | ) |
|
Return the array of IEwProjectBook of associated project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_NO_ERROR if no error detected
|
- Returns
- the array of IEwProjectBook of associated project
◆ newEwProjectBook()
Create a IEwProjectBookX object from the associated project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_NO_ERROR if no error detected
|
- Returns
- An IEwProjectBookX connected to the associated project