Use this interface to manage IEwProjectInputOutputX objects.
More...
Use this interface to manage IEwProjectInputOutputX objects.
- Since
- 2021 SP1
◆ findEwProjectInputOutputByID()
Find a Input Output object in the project with the target ID.
- Parameters
-
[in] | lInputOutputID | the ID of the EwProjectInputOutputX |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_NO_ERROR if no error detected
- EW_OBJECT_NOT_FOUND if object is not found
|
- Returns
- a valid IEwProjectInputOutputX if object is found
◆ getEwProjectInputOutputArray()
VARIANT IEwProjectInputOutputManagerX::getEwProjectInputOutputArray |
( |
EwErrorCode * |
errorCode | ) |
|
Get all the Input Output objects in the project.
- Parameters
-
◆ newEwProjectInputOutput()
Create an interface for a new Input Output object in the current project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type
- EW_NO_ERROR if no error detected
- EW_UNDEFINED_ERROR if another error occurred return the new IEwProjectInputOutputX
|