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

In This Topic
    CreateDeviceListItem(Project,String) Method
    In This Topic
    Create a new device list entry.
    Syntax
    public DeviceListEntry CreateDeviceListItem( 
       Project oProject,
       string strPartNumber
    )
    public:
    DeviceListEntry^ CreateDeviceListItem( 
       Project^ oProject,
       String^ strPartNumber
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject in which the new device list entry will be created.
    strPartNumberPart number.
    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