Share

LightingStyle.Copy Method

Parent Object: LightingStyle

Description

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 LightingStyle

Parameters

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.

Version

Introduced in version 10

Was this information helpful?