Share

SelectSet.Item Property

Parent Object: SelectSet

Description

Returns the specified object from the select set.

Syntax

SelectSet.Item( Index As Long ) As Object

Property Value

This is a read only property whose value is an Object.

Parameters

Name Type Description
Index Long Input Long that specifies the index within the collection of the item to return.

Samples

Name Description
Add assembly insert constraint This sample demonstrates the creation of an assembly insert constraint.
Add assembly mate constraint This sample demonstrates the creation of an assembly mate constraint.
Creation of a break operation in a drawing view Demonstrates the creation of a break operation.
Adding and editing a feature control frame These samples demonstrate editing an existing feature control frame symbol. The first sample adds a row to an existing symbol. The second sample replaces all rows of an existing symbol.
Highlight Feature Faces This sample highlights the faces of an extrusion, revolution, or hole feature. It differentiates the faces on the start cap, end cap, and side faces by highlighting them in different colors. The HighlightFeatureFaces sub highlights the feature faces. Since the highlight set objects are declared outside of this sub, the highlighting remains after the sub has finished executing. Use the ClearHighlight sub to clear the highlighting that does so by releasing the HighlightSet objects.
Add a punch tool feature This program demonstrates the creation of a punch tool feature. It uses one of the punch features that's delivered with Inventor. It assumes you already have an existing sheet metal part and have selected a face to place the punch feature on. The selected face should be large so there is room for the punch features.
Add surface texture symbol to dimension This sample demonstrates the creation of a surface texture symbol attached to the extension line of a drawing dimension.
Assembly Move Occurrence This sample demonstrates moving a component occurrence. This sample performs a translate, but a rotate can also be performed since the transform is defined using a matrix.
OnDrag Event - dragging a WorkPoint This sample demonstrates the use of the OnDrag event to drag fixed work points when no command is active. This sample only allows drags parallel to the X-Y plane. This sample is dependent on events and VB only supports events within a class module.

Version

Introduced in version 5

Was this information helpful?