Share

GraphicsDataSets.ItemById Property

Parent Object: GraphicsDataSets

Description

Returns the specified object from the collection.

Syntax

GraphicsDataSets.ItemById( DataSetId As Long ) As GraphicsDataSet

Property Value

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

Parameters

Name Type Description
DataSetId Long Input Long that specifies the ID of the object within the collection.

Samples

Name Description
Client Graphics - Draw Range Box This sample demonstrates the use of client graphics to draw the range box of selected entities.

Version

Introduced in version 5

Was this information helpful?