Item [SymbologyUniqueValues]

Item returns the specified SymbologyUniqueValue object as indexed by Index. The index is a 1-based integer or the unique value as a string. This is the default method for the SymbologyUniqueValues collection. It is a read-only property.

Syntax

object.Item(Index)

Parameter

Type

Required/Optional

 

Default

 

Description

Index Variant Required

 

This provides the index value. Use a 1-based integer to return the SymbologyUniqueValue object by its index position in the collection. Use the actual unique value as a string in double quotes to return the SymbologyUniqueValue that corresponds to that unique value. For example, setting the index to 7 will return the seventh item in the collection, while setting the index to "7" will return the item that corresponds to a unique value of 7.

Used by: SymbologyUniqueValues collection