DesignPropertyCopy Method

Creates a copy of this DesignProperty.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public DesignProperty Copy(
	string newName = null
)

Parameters

newName  String  (Optional)

Return Value

DesignProperty
The new copied DesignProperty.

See Also