Share

PositionalRepresentation.Copy Method

Parent Object: PositionalRepresentation

Description

Method that creates a copy of the PositionalRepresentation. The new created PositionalRepresentation is returned. The method returns an error if this is the 'master' positional representation.

Syntax

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

Parameters

Name Type Description
NewName String Optional input string that specifies the name of the positional 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?