API Help
Eplan.EplApi.DataModel Namespace / UniversalPropertyList Class / CopyTo Method / CopyTo(UniversalPropertyList,Boolean) Method
Object of class derived from UniversalPropertyList or just UniversalPropertyList where properties will be copied.
Include name parts properties.

In This Topic
    CopyTo(UniversalPropertyList,Boolean) Method
    In This Topic
    Copies properties to other property list.
    Syntax

    Parameters

    destination
    Object of class derived from UniversalPropertyList or just UniversalPropertyList where properties will be copied.
    includeNameparts
    Include name parts properties.
    Exceptions
    ExceptionDescription
    When destination property list is null.
    Remarks
    Existing and not empty properties will be copied, except from name properties which considering is dependent on includeNameparts parameter. If target property list is transient, properties will be checked if they can exists for target object.
    See Also