API Help
Eplan.EplApi.HEServices Namespace / DeviceService Class / CreateDeviceListItem Method / CreateDeviceListItem(Project,String,String) Method
Project in which the new device list entry will be created.
Part number.
Part variant.

CreateDeviceListItem(Project,String,String) Method
Create a new device list entry.
Syntax

Parameters

oProject
Project in which the new device list entry will be created.
strPartNumber
Part number.
strPartVariant
Part variant.
Exceptions
ExceptionDescription
Is thrown in case of invalid arguments.
Is thrown, if some argument was not passed.
If an error occurred while creating a device list entry.
See Also