Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / CorrectDeviceTagProperties Method
PropertyList for correction.

In This Topic
    CorrectDeviceTagProperties Method
    In This Topic
    Do a correction on the namelist, if properties for main and nested devicetags are incorrect. In detail the nested devicetags are moved to the main devicetags if these have been empty.
    Syntax
    public bool CorrectDeviceTagProperties( 
       UniversalPropertyList nameParts
    )
    public:
    bool CorrectDeviceTagProperties( 
       UniversalPropertyList^ nameParts
    ) 

    Parameters

    nameParts
    PropertyList for correction.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also