Share

DesignViewRepresentations.Add Method

Parent Object: DesignViewRepresentations

Description

Method that creates a new DesignViewRepresentation. The new created DesignViewRepresentation is returned.

Syntax

DesignViewRepresentations.Add( [Name] As String, [Reserved] As Boolean ) As DesignViewRepresentation

Parameters

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.



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

Reserved Boolean Optional input Boolean reserved for future use. Currently ignored.

This is an optional argument whose default value is False.

Version

Introduced in version 11

Was this information helpful?