Use this interface to manage IEwProjectManufacturerPartX objects.
More...
Use this interface to manage IEwProjectManufacturerPartX objects.
- Since
- 2018 SP0
◆ findEwProjectManufacturerPartByID()
return a Manufacturer part according to an ID
- Parameters
-
[in] | lID | ID of the IEwProjectManufacturerPartX |
[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 IEwProjectManufacturerPartX if object is found
◆ getCount()
LONG IEwProjectManufacturerPartManagerX::getCount |
( |
| ) |
|
- Returns
- the number of Manufacturer Parts of associated project
◆ getEwProjectManufacturerPartArray()
VARIANT IEwProjectManufacturerPartManagerX::getEwProjectManufacturerPartArray |
( |
EwErrorCode * |
errorCode | ) |
|
Get all the manufacturer parts in the manager project.
- Parameters
-
◆ newEwProjectManufacturerPart()