LightingStyle.Copy Method
Parent Object: LightingStyleDescription
Method that copies the rendering style and assigns the specified name to the copy. The new style is returned by the method.
Syntax
LightingStyle.Copy( NewName As String ) As LightingStyleParameters
Name | Type | Description |
NewName | String | Input String that specifies the name for the new lighting style. This name must be unique with respect to all other lighting styles in the document. If it is not unique the method will fail. |