SketchLines.Item Property
Parent Object: SketchLinesDescription
Returns the specified SketchLine object from the collection.
Syntax
SketchLines.Item( Index As Long ) As SketchLineProperty Value
This is a read only property whose value is a SketchLine.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the object to return. |
Samples
Name | Description |
Create sheet metal lofted flange feature | The following sample demonstrates the creation of a sheet metal lofted flange feature. |