GeneralDimensionsEnumerator.Item Property
Parent Object: GeneralDimensionsEnumeratorDescription
Returns the specified DrawingStandardStyle object from the collection.
Syntax
GeneralDimensionsEnumerator.Item( Index As Long ) As GeneralDimensionProperty Value
This is a read only property whose value is a GeneralDimension.Parameters
Name | Type | Description |
Index | Long | Value that specifies the GeneralDimension to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the GeneralDimension name. If an out of range index or a name of a non-existent GeneralDimension is provided, an error will occur. |