GraphicsDataSets.ItemById Property
Parent Object: GraphicsDataSetsDescription
Returns the specified object from the collection.
Syntax
GraphicsDataSets.ItemById( DataSetId As Long ) As GraphicsDataSetProperty 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. |