Use this interface to manage IEwManufacturerPartX objects.
More...
Use this interface to manage IEwManufacturerPartX objects.
◆ findByManufacturerAndReference()
return a Manufacturer part according to the manufacturer name and the reference
- Parameters
-
[in] | strManufacturer | the manufacturer name |
[in] | strReference | the reference |
[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 IEwManufacturerPartManagerX::getCount |
( |
| ) |
|
- Returns
- the number of ManufacturerParts of associated environment
◆ getEwManufacturerPartArray()
VARIANT IEwManufacturerPartManagerX::getEwManufacturerPartArray |
( |
EwErrorCode * |
errorCode | ) |
|
◆ newEwManufacturerPart()
◆ newEwManufacturerPartFilters()
IEwManufacturerPartFiltersX IEwManufacturerPartManagerX::newEwManufacturerPartFilters |
( |
| ) |
|
Create an IEwManufacturerPartFiltersX interface to filter on manufacturer parts (IEwManufacturerPartX) of associated environment.
- Returns
- an IEwManufacturerPartFiltersX interface to filter on manufacturer parts (IEwManufacturerPartX) of associated environment.