Share

DerivedParameterTables.Add Method

Parent Object: DerivedParameterTables

Description

Method that creates a new DerivedParameterTable object, given an existing Inventor part or assembly document as input. Returns the resulting DerivedParameterTable object. The creation fails if the input document does not have any exported parameters.

Syntax

DerivedParameterTables.Add( FullFileName As String ) As DerivedParameterTable

Parameters

Name Type Description
FullFileName String String value that contains the full path to the part or assembly document.

Samples

Name Description
Selectively link paramaters This sample demonstrates the selective linking of parameters from another Inventor file.

Version

Introduced in version 11

Was this information helpful?