Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionBase Class / GetNamePrototype Method
List for properties which are used to indetify the device. Collection can't be read-only.
List for properties which is not used to identify the device but only has a descriptive purpose. Collection can't be read-only.

In This Topic
    GetNamePrototype Method (FunctionBase)
    In This Topic
    Sets properties which are used for building name of object.
    Syntax

    Parameters

    pIdentifying
    List for properties which are used to indetify the device. Collection can't be read-only.
    pDescribing
    List for properties which is not used to identify the device but only has a descriptive purpose. Collection can't be read-only.

    Return Value

    True, if any identifing property has been found.
    Exceptions
    ExceptionDescription
    Thrown when parameter is null.
    Remarks
    Method removes all elements from given collections and fills them with ids.
    See Also