Use this interface to manage IEwProjectFunctionX objects.
More...
Use this interface to manage IEwProjectFunctionX objects.
- Since
- 2024 SP0
◆ findEwProjectFunctionByID()
Get the EwProjectFunction from the function ID, for associated project.
- Parameters
-
[in] | lEwProjectFunctionID | Function ID |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_OBJECT_NOT_FOUND The Function with given ID doesn't exist in the active project
- EW_NO_ERROR if no error detected
|
- Returns
- Valid EwProjectFunction object if the Function is founded. NULL otherwise
◆ getCount()
INT_PTR IEwProjectFunctionManagerX::getCount |
( |
EwErrorCode * |
errorCode | ) |
|
Return the number of functions 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 Functions of associated project
◆ getEwProjectFunctionArray()
VARIANT IEwProjectFunctionManagerX::getEwProjectFunctionArray |
( |
EwErrorCode * |
errorCode | ) |
|
Return the array of IEwProjectFunction 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 IEwProjectFunction of associated project
◆ newEwProjectFunction()
Create a IEwProjectFunctionX 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 IEwProjectFunctionX connected to the associated project