C++
ACDBCORE2D_PORT const AcDbAssocArrayItem* getItemAt( const AcDbFullSubentPath& path ) const;
Description
Obtains the array item at the given subent path of the array.
Parameters
Parameters | Description |
---|---|
path | The input subent path of the array. |
Returns
Pointer to AcDbAssocArrayItem at given path, NULL if an item is not available at the given path.
Remarks
The input subent path must point to an entity to locate the array item properly.