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. |