| Name | Description |
| AddClosed | Method that creates a new profile by examining the contents of the sketch and creating as many closed paths as possible. The resulting Profile3D is returned. |
| AddOpen | Method that creates a new profile by examining the contents of the sketch for a set of connected entities and creating as many paths as possible. The paths may be open or closed. The resulting Profile3D is returned. |
| Name | Description |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| Count | Property that returns the number of items in the collection. |
| Item | Method that returns the specified Profile3D object from the collection. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |