Use this interface to manage IEwProjectWireX objects.
More...
Use this interface to manage IEwProjectWireX objects.
- Since
- 2018 SP0
◆ findEwProjectWireByID()
Find a wire in the project with the target ID.
- Parameters
-
[in] | lWireID | the id of the EwProjectWireX |
[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 IEwProjectWireX if object is found
◆ getEwProjectWireArray()
VARIANT IEwProjectWireManagerX::getEwProjectWireArray |
( |
EwErrorCode * |
errorCode | ) |
|
Get all the wires in the project of the manager.
- Parameters
-
◆ newEwProjectWire()
Create an interface for a new wire in the current project.
- Since
- 2018 SP3
- Parameters
-
[out] | errorCode | EwErrorCode enum type
- EW_NO_ERROR if no error detected
- EW_UNDEFINED_ERROR if another error occurred return the new IEwProjectWireX
|