Share

ApplicationAddIns Object


Description

Object that holds a collection of interfaces.

Methods

Name Description
UpdateAddInList This method searches for new Add-ins installed since Inventor started. If a new add-in is found, it is added to the add-in list and is loaded if appropriate.

Properties

Name Description
Count Property that returns the number of items in this collection.
Item Allows integer-indexed access to items in the collection.
ItemById Returns the specified ApplicationAddIn object from the collection. Retrieves an ApplicationAddIn object based on the Client Id.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Application.ApplicationAddIns, ApprenticeServer.ApplicationAddIns, ApprenticeServerComponent.ApplicationAddIns, InventorServer.ApplicationAddIns, InventorServerObject.ApplicationAddIns

Samples

Name Description
Open a Catia file using the Catia Translator Sample This sample demonstrates how open an Catia file using the Catia translator add-in.
Open an NX file suing the NX Translator Sample This sample demonstrates how open an NX file using the NX translator add-in.
Open Rhino Translator Sample This sample demonstrates how to opening a Rhino file using the Rhino translator add-in.
Open an STL file using the STL Translator Sample This sample demonstrates how open an STL file using the STL translator add-in.
Save as DWF Translator Sample This sample demonstrates how to save a DWF file using the DWF translator add-in.
Save as DWG Translator Sample This sample demonstrates how to save a DWG file using the DWG translator add-in.
Save as DXF Translator Sample This sample demonstrates how to save a DXF file using the DXF translator add-in.
Save as IGES Translator Sample This sample demonstrates how to save a IGES file using the IGES translator add-in.
Save as PDF Translator Sample This sample demonstrates how to save a PDF file using the PDF translator add-in.
Save as STEP Translator Sample This sample demonstrates how to save a STEP file using the STEP translator add-in.
Export to DWF This sample demonstrates publishing of Inventor files in DWF format.
Export to DWG This sample uses the DWG Translator Addin to publish to DWG.
Export to DXF This sample uses the DXF Translator Addin to publish to DXF.
Export to IGES This sample demonstrates exporting of Inventor files in IGES format.
Export to STEP This sample demonstrates exporting of Inventor files in STEP format.
Export to PDF This sample demonstrates exporting of Inventor files in PDF format.

Version

Introduced in version 4

Was this information helpful?