Share

GraphicsDataSets.Item Property

Parent Object: GraphicsDataSets

Description

Returns the specified object from the collection.

Syntax

GraphicsDataSets.Item( Index As Long ) As GraphicsDataSet

Property Value

This is a read only property whose value is a GraphicsDataSet.

Parameters

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

Samples

Name Description
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?