Name | Description |
Add | 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. |
Add2 | Method that creates a new DerivedParameterTable object, given an existing Inventor part or assembly document as input. Returns the resulting DerivedParameterTable object. This method fails if the input document has already been linked. |
Name | Description |
Count | Property that specifies the number of items in the collection. |
Item | Method that returns the specified DerivedParameterTable object from the collection. This is the default method of the DerivedParameterTables collection object. |
Type | Returns an ObjectTypeEnum indicating this object's type. |
Name | Description |
Selectively link paramaters | This sample demonstrates the selective linking of parameters from another Inventor file. |