Share

AcDbAssocArrayRectangularParameters::getItems Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus getItems(
    AcArray<AcDbAssocArrayItem*>& items
) const;

Description

Obtains the list of items patterned by the set of owned parameters. Each parameter's class uses its own logic based on owned value as well as geometry parameters to define a set of items to be patterned as an array.

The owning AcDbAssocArrayActionBody calls this method while evaluating the array to update transforms of each item in the array. The caller may pass its current list of items for update. The input list can be modified by this implementation to support changes in value parameters controlling the number of items in various directions.

Parameters

Parameters Description
items The updated list of items.

Returns

Acad::ErrorStatus.

Links

AcDbAssocArrayRectangularParameters Class

Was this information helpful?