Share

DerivedParameterTable Object


Description

The DerivedParameterTable object represents the connection to an Inventor document.

Methods

Name Description
Delete Method that deletes the DerivedParameterTable object. This method will fail if the HasReferenceComponent property returns true.
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
AttributeSets Property that returns the AttributeSets collection object associated with this object.
DerivedParameters Property that returns the DerivedParameters collection object.
HasReferenceComponent Property that specifies if the object was created as the result of a derived part.
LinkedParameters Gets and sets the collection of parameters that have been linked from the referenced document.
Parent Property that returns the parent object of this DerivedParameterTable. This property will return different types of objects depending on the document type the DerivedParameterTable is contained in. If the DerivedParameterTable is in a part document then the parent is a PartComponentDefinition object. If the DerivedParameterTable is in an assembly document then the parent is an AssemblyComponentDefinition.
ReferenceComponent Property that returns the ReferenceComponent that resulted in the creation of this feature.
ReferencedDocumentDescriptor Property that returns the referenced Inventor document.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DerivedParameterTables.Add, DerivedParameterTables.Add2, DerivedParameterTables.Item

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?