Share

DrawingViewHatchRegions.Item Property

Parent Object: DrawingViewHatchRegions

Description

Allows integer-indexed access to items in the collection.

Syntax

DrawingViewHatchRegions.Item( Index As Long ) As DrawingViewHatchRegion

Property Value

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

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the item in the collection. If an out of range index of DrawingViewHatchRegion is provided, an error will occur.

Version

Introduced in version 2022

Was this information helpful?