Share

DesignViewRepresentation.Copy Method

Parent Object: DesignViewRepresentation

Description

Method that creates a copy of the DesignViewRepresentation. The new created DesignViewRepresentation is returned.

Syntax

DesignViewRepresentation.Copy( [NewName] As String ) As DesignViewRepresentation

Parameters

Name Type Description
NewName String Optional input string that specifies the name of the design view representation to create. If not specified, Inventor assigns a name to the representation.

This is an optional argument whose default value is "".

Version

Introduced in version 11

Was this information helpful?