Share

iPartMember Object

Derived from: ReferenceComponent Object

Description

The iPartMember object provides access to the iPart.

Methods

Name Description
BreakLinkToFactory Method that breaks the link to the parent factory and converts the iPart member to a derived part.
BreakLinkToFile Method that breaks the connection of the derived component with the part or assembly from which it was created. When the link is broken the ReferencedFile property will return Nothing.
ChangeRow Method that changes the row in the iPartTable that this custom iPartMember represents. This method is only valid for custom members. This can be determined using the CustomMember property.
Delete Method that deletes the ReferenceComponent.
GetReferenceKey Method that generates and returns the reference key for this entity.
SetEndOfPart Method that repositions the end-of-part marker relative to the object this method is called from.

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.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
CustomMember Property that specifies whether this iPartMember represents a custom member or a standard member. This property is True if the iPartMember is a CustomMember.
HealthStatus Property that returns an enum indicating the current state of the object.
IsEmbedded Property that returns whether the reference component refers to an embedded document or a linked document.
LinkedToFile Property that returns whether the derived component is still linked to the base part or assembly document. If True, the link still exists. If False, the link has been broken and the ReferencedFile property will return Nothing.
Name Property that returns the component's name.
Parent Property that returns the parent object.
ParentFactory Property that returns the iPart factory that created this iPartMember.
PrimaryBody Property that returns the primary body as a solid body. The solid body corresponds to the resultant body obtained from the iPartFactory.
ReferencedDocumentDescriptor Property that returns the DocumentDescriptor object.
Row Property that returns the row in the iPart table that this iPartMember represents.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

iPartFactory.CreateCustomMember, iPartFactory.CreateMember, PartComponentDefinition.iPartMember, SheetMetalComponentDefinition.iPartMember

Version

Introduced in version 6

Was this information helpful?