| Name | Description |
| Add | Method that creates a new ImportedComponent object using the information supplied by the input ImportedComponentDefinition object. Returns the imported component. |
| CreateDataExchangeDefinition | Method that creates a new ImportedComponentDefinition object. Suitable for online import like FDX. |
| CreateDefinition | Method that creates a new ImportedComponentDefinition object. The returned definition provides access to all of the items in the file that can be imported. |
| Name | Description |
| Application | Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server. |
| Count | Gets the number of items in this collection. |
| Item | Allows integer-indexed access to items in the collection. |
| Parent | Gets the parent object from whom this object can logically be reached. |
| Type | Gets the constant that indicates the type of this object. |
| Name | Description |
| ImportedDWGComponent Creation | This sample demonstrates how to create an imported DWG component into Inventor part document, and project the DWG entities onto Inventor planar sketch. |