API Help
Eplan.EplApi.HEServices Namespace / Renumber Class / DeviceTags Method / DeviceTags(IFunctionBase[],String,DeviceTags,String,Int32,Int32) Method
IFunctionBase objects of which the device tags will be numbered.
Filter scheme. If an empty string is set in this parameter, the last\-used filter scheme will be used which is currently set in GUI.
Determines, which devices will be numbered.
Numbering scheme.
Start value of the numbering.
Step width of the numbering.

In This Topic
    DeviceTags(IFunctionBase[],String,DeviceTags,String,Int32,Int32) Method
    In This Topic
    Method for numbering device tags in a project.
    Syntax

    Parameters

    pFunctions
    IFunctionBase objects of which the device tags will be numbered.
    strFilterScheme
    Filter scheme. If an empty string is set in this parameter, the last\-used filter scheme will be used which is currently set in GUI.
    eDeviceTagKind
    Determines, which devices will be numbered.
    strScheme
    Numbering scheme.
    nStartValue
    Start value of the numbering.
    nIncrement
    Step width of the numbering.
    Exceptions
    ExceptionDescription
    Thrown, if an argument is set to null.
    Thrown in case of invalid parameters, e.g. the specified project does not exist or is invalid.
    \Internal interface for numbering could not be created.
    Thrown when renumber couldn't find any functions to renumber .
    An error occurred during numbering.
    See Also