Share

AcGsView::getModel Method

C++

virtual AcGsModel* getModel(
    AcGiDrawable*
) const = 0;

Description

Obtains the GS model associated with a drawable and this view.

Parameters

Parameters Description
drawable The drawable object.

Returns

A pointer to the associated GS model.

Links

AcGsView Class

Was this information helpful?