Appearance.copyTo Method
Parent Object: AppearanceDefined in namespace "adsk::core" and the header file is <Core/Materials/Appearance.h>
Description
This function is retired. See more information in the 'Remarks' section below.
Copies this appearance to the specified target.
Remarks
This method has been retired and replaced by the addByCopyMethod on the Appearances object.Syntax
"appearance_var" is a variable referencing an Appearance object.
|
Return Value
Type | Description |
boolean | Returns true if the copy was successful. |
Parameters
Name | Type | Description |
target | Base | The target can be a Design or FavoriteAppearances object. |
Version
Introduced in version August 2014Retired in version July 2023