Share

AcGsView::getModelList Method

C++

virtual void getModelList(
    AcArray<AcGsModel*>&
) const = 0;

Description

Obtains all of the GS models associated with this view.

Parameters

Parameters Description
modelArray An array of model pointers; this array is populated and returned by the method.

Links

AcGsView Class

Was this information helpful?