Share

AcGsManager::createAutoCADView Method

C++

virtual AcGsView* createAutoCADView(
    AcGsGraphicsKernel & kernel, 
    AcGiDrawable * pDrawable
) = 0;

Description

This method creates an AcGsView using the specified kernel and drawable.

Parameters

Parameters Description
kernel The graphics kernel to be used to create the resource.
pDrawable The drawable to be associated with the view.

Returns

The new AcGsView.

Links

AcGsManager Class

Previous Declaration

virtual AcGsView * createAutoCADView(

AcGiDrawable * drawable

) = 0;

Was this information helpful?