Skip to content

Get Inventor File Info ​

Reads parameters, iProperties, and file references from a local Autodesk Inventor document.

Serialised Task

This task runs through the serialisation queue. Only one instance of this task executes at a time across all concurrent workflows. If multiple workflows reach this task simultaneously, they will queue and execute one at a time.

Purpose ​

Use this task when a workflow needs to inspect an Inventor file before acting on it — for example, to read a part number or revision before updating a document management system, to validate parameter values before triggering an export, or to collect the full list of referenced files for dependency checking. The task opens the document through the locally installed Inventor instance and returns all user-defined parameters, iProperties, and external file references without modifying the file.

Inputs ​

FieldTypeRequiredDescription
Local File Full PathTextYesFull path to the Inventor part (.ipt), assembly (.iam), or drawing (.idw) to inspect.

Outputs ​

NameDescription
ParametersDictionary of all user-defined parameters and their values.
iPropertiesDictionary of all iProperty names and their values (both standard and custom sets).
ReferencesList of full file paths for all referenced documents within the Inventor file.

Tentech