Share

DerivedFuturePartComponents Object


Description

The DerivedFuturePartComponents collection object provides access to all of the existing DerivedFuturePartComponent objects in a part and provides methods to create additional derived components.

Methods

Name Description
Add Method that creates a new DerivedFuturePartComponent using the information supplied by the input DerivedFuturePartDefinition object. If successful, the new DerivedFuturePartComponent is returned.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Gets the number of items in this collection.
Item Method that returns the specified DerivedFuturePartComponent object from the collection.
Parent Read-only property that returns the ComponentDefinition object.
Type Read-only property returning kDerivedFuturePartComponentsObject indicating the type of object.

Accessed From

ReferenceComponents.DerivedFuturePartComponents

Version

Introduced in version 2018

Was this information helpful?