Copy (PropertyType)


Description

Creates a copy of a PropertyType object. As a side-effect, the new PropertyType object is added to the Model object's PropertyTypes collection.

Syntax

aPropertyType.Copy(Name)

 

Parameter Description
aPropertyType a PropertyType object.
Name Optional. A string specifying a name for the new PropertyType object. If no string or the empty string is given, a new name is generated.

Return Value

A new PropertyType object that is identical to the original PropertyType object.

Applies To

PropertyType