Share

Edges.Item Property

Parent Object: Edges

Description

Allows integer-indexed access to objects in the collection.

Syntax

Edges.Item( Index As Long ) As Edge

Property Value

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

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the to return.

Samples

Name Description
Sketch Add Oriented This sample demonstrates the creation of a sketch using the Sketches.AddWithOrientation method.
Thread Feature Create This sample demonstrates the creation of a thread feature. It creates a cylinder in a new part document and creates a thread feature on the cylinder.

Version

Introduced in version 4

Was this information helpful?