DesignViewRepresentations.Add Method
Parent Object: DesignViewRepresentationsDescription
Method that creates a new DesignViewRepresentation. The new created DesignViewRepresentation is returned.
Syntax
DesignViewRepresentations.Add( [Name] As String, [Reserved] As Boolean ) As DesignViewRepresentationParameters
Name | Type | Description |
Name | 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.
|
Reserved | Boolean | Optional input Boolean reserved for future use. Currently ignored. This is an optional argument whose default value is False. |