PositionalRepresentation.Copy Method
Parent Object: PositionalRepresentationDescription
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 PositionalRepresentationParameters
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 "". |