Eplan Platform API
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.

CopyTo(UniversalPropertyList,Boolean) Method
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