Eplan Platform API
Eplan.EplApi.DataModel Namespace / UniversalPropertyList Class / CopyTo Method / CopyTo(UniversalPropertyList) Method
Object of class derived from UniversalPropertyList or just UniversalPropertyList where properties will be copied.

CopyTo(UniversalPropertyList) Method
Copies properties to other property list.
Syntax
public void CopyTo( 
   UniversalPropertyList destination
)

Parameters

destination
Object of class derived from UniversalPropertyList or just UniversalPropertyList where properties will be copied.
Exceptions
ExceptionDescription
When destination property list is null.
Remarks
All existing and not empty properties will be copied, excluding name parts. If target property list is transient, properties will be checked if they can exists for target object.
See Also