C++
ACDBCORE2D_PORT const AcDbAssocArrayItem* getItemAt( const AcDbItemLocator& index, AcDbFullSubentPath& path ) const;
Description
Obtains the array item at the given index as well as the subent path of the item.
Parameters
Parameters | Description |
---|---|
index | Input spatial index. |
path | Returned subent path of item at given index. |
Returns
Pointer to AcDbAssocArrayItem at given index, NULL if an item is not available at the given index.
Remarks
Subent type for the returned path is AcDb::kClassSubentType, to represent array item.